Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pmall
app_OP
Commits
74bc8016
Commit
74bc8016
authored
Jan 10, 2020
by
Samuël Weber
Browse files
fix
parent
4ef110b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
apps/app_results.py
View file @
74bc8016
...
...
@@ -7,14 +7,12 @@ import dash_bootstrap_components as dbc
from
dash.exceptions
import
PreventUpdate
import
os
import
itertools
import
plotly.graph_objs
as
go
import
plotly.express
as
px
import
numpy
as
np
import
pandas
as
pd
import
sqlite3
import
copy
import
collections
from
app_main
import
app
import
apps.app_components
as
ac
...
...
@@ -73,7 +71,7 @@ minSample = 40
# server = app.server
layout
=
dbc
.
Container
(
id
=
"container-
source
s"
,
id
=
"container-
result
s"
,
children
=
[
dbc
.
Row
(
id
=
"options"
,
...
...
assets/local.css
View file @
74bc8016
#container-
source
s
{
#container-
result
s
{
width
:
95%
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment