Skip to content

Commit 572e092

Browse files
authored
Merge branch 'master' into dash-brain-viewer
2 parents 910ce07 + 6f2e28f commit 572e092

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed

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.

0 commit comments

Comments
 (0)