You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dash-svm/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is a learning tool and exploration app made using the Dash interactive Pyth
4
4
5
5
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).
6
6
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/).
8
8
9
9

10
10
@@ -32,7 +32,7 @@ source venv/bin/activate
32
32
33
33
Clone the git repo, then install the requirements with pip
0 commit comments