Skip to content

Commit 4c4fcb2

Browse files
committed
Update README with new screenshot, fixed paths and removed unecessary css for the plotly tool
1 parent 2741d48 commit 4c4fcb2

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

apps/dash-svm/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dash abstracts away all of the technologies and protocols required to build an i
66

77
Try out the [demo app here](https://dash-svm.plot.ly/).
88

9-
![animated1](images/animated1.gif)
9+
![alt text](images/screenshot.png "Screenshot")
1010

1111

1212
## Getting Started
@@ -32,8 +32,8 @@ source venv/bin/activate
3232

3333
Clone the git repo, then install the requirements with pip
3434
```
35-
git clone https://github.com/plotly/dash-svm.git
36-
cd dash-svm
35+
git clone https://github.com/plotly/dash-sample-apps/apps/dash-svm.git
36+
cd dash-sample-apps/apps/dash-svm
3737
pip install -r requirements.txt
3838
```
3939

@@ -62,8 +62,8 @@ An SVM is a popular Machine Learning model used in many different fields. You ca
6262

6363
* **Xing Han Lu** - *Initial Work* - [@xhlulu](https://github.com/xhlulu)
6464
* **Matthew Chan** - *Code Review* - [@matthewchan15](https://github.com/matthewchan15)
65-
66-
See also the list of [contributors](https://github.com/plotly/dash-svm/contributors) who participated in this project.
65+
* **Yunke Xiao** - *Redesign* - [@YunkXiao](https://github.com/YunkeXiao)
66+
* **celinehuang** - *Code Review* - [@celinehuang](https://github.com/celinehuang)
6767

6868

6969
## Acknowledgments

apps/dash-svm/assets/custom-styles.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,6 @@
441441

442442
/* Remove Undo
443443
–––––––––––––––––––––––––––––––––––––––––––––––––– */
444-
._dash-undo-redo {
445-
display: none;
446-
}
447-
448444
#graph-line-roc-curve .modebar, #graph-pie-confusion-matrix .modebar {
449445
display: none;
450446
}
140 KB
Loading

0 commit comments

Comments
 (0)