Skip to content

Commit f57bf76

Browse files
authored
Merge pull request plotly#273 from plotly/dash-svm
Dash svm fix demo link
2 parents 192cf0f + 621702a commit f57bf76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/dash-svm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a learning tool and exploration app made using the Dash interactive Pyth
44

55
Dash abstracts away all of the technologies and protocols required to build an interactive web-based application and is a simple and effective way to bind a user interface around your Python code. To learn more check out our [documentation](https://plot.ly/dash).
66

7-
Try out the [demo app here](https://dash-svm.plot.ly/).
7+
Try out the [demo app here](https://dash-gallery.plotly.host/dash-svm/).
88

99
![alt text](images/screenshot.png "Screenshot")
1010

@@ -32,7 +32,7 @@ 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-sample-apps/apps/dash-svm.git
35+
git clone https://github.com/plotly/dash-sample-apps
3636
cd dash-sample-apps/apps/dash-svm
3737
pip install -r requirements.txt
3838
```
@@ -62,7 +62,7 @@ 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-
* **Yunke Xiao** - *Redesign* - [@YunkXiao](https://github.com/YunkeXiao)
65+
* **Yunke Xiao** - *Redesign* - [@YunkeXiao](https://github.com/YunkeXiao)
6666
* **celinehuang** - *Code Review* - [@celinehuang](https://github.com/celinehuang)
6767

6868

0 commit comments

Comments
 (0)