Skip to content

Commit 8b3d45b

Browse files
committed
Merge branch 'master' into dash-opioid-epidemic
2 parents 21332fc + 2220a81 commit 8b3d45b

9 files changed

Lines changed: 8 additions & 16 deletions

File tree

apps/dash-brain-viewer/assets/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,4 @@ a:hover {
171171
height: 350px;
172172
width: 350px;
173173
}
174-
}
175-
176-
._dash-undo-redo {
177-
display: none;
178174
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dash==0.42.0
1+
dash==1.0.2
22
gunicorn==19.9.0
33
pandas==0.24.2
44
dash-colorscales==0.0.4

apps/dash-live-model-training/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,13 @@ At the moment, the logging only works for iterative Tensorflow models. We are pl
8282
## Authors
8383

8484
- **Celine Huang** [@celinehuang](https://github.com/celinehuang)
85+
- **Chris Jeon** [@christopherjeon](https://github.com/christopherjeon)
8586
- **Xing Han Lu** - _Initial Work_ - [@xhlulu](https://github.com/xhlulu)
8687

8788
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
8889

8990
## Screenshots
9091

91-
![screenshot1](images/screenshot1.png)
92+
![screenshot1](images/screenshot-1.png)
9293

93-
![screenshot2](images/screenshot2.png)
94+
![screenshot2](images/screenshot-2.png)

apps/dash-live-model-training/assets/custom_styles.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/* custom styling for the new refreshed app */
22

3-
/* .container {
4-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
5-
border-radius: 0.75rem;
6-
} */
7-
8-
9-
103
#div-total-step-count > h6 {
114
font-weight: bold;
125
font-size: 20px;
@@ -31,8 +24,9 @@
3124
display: none;
3225
}
3326

34-
.two.columns {
35-
/* padding: 0px 5px; */
27+
#plotly-logo {
28+
margin-top: 10px;
29+
margin-left: 4px;
3630
}
3731

3832
#learn-more-button {
206 KB
Loading
177 KB
Loading
-190 KB
Binary file not shown.
-282 KB
Binary file not shown.

apps/dash-manufacture-spc-dashboard/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ def show_current_specs(n_clicks, dd_select, store_data):
10681068
"rule": "background-color: #1e2130 !important;",
10691069
},
10701070
{"selector": "table", "rule": "--accent: #1e2130;"},
1071+
{"selector": "tr", "rule": "background-color: transparent"},
10711072
],
10721073
data=new_df.to_dict("rows"),
10731074
columns=[{"id": c, "name": c} for c in ["Specs", "Current Setup"]],

0 commit comments

Comments
 (0)