Spaces:
Sleeping
Sleeping
vasudevgupta
commited on
Commit
•
e300287
1
Parent(s):
81c58bf
Update app.py
Browse files
app.py
CHANGED
@@ -3,4 +3,4 @@ from dash import Dash, html
|
|
3 |
app = Dash(__name__)
|
4 |
app.layout = html.Div(html.H1("Coool stuff"))
|
5 |
|
6 |
-
app.run_server(debug=True, port=
|
|
|
3 |
app = Dash(__name__)
|
4 |
app.layout = html.Div(html.H1("Coool stuff"))
|
5 |
|
6 |
+
app.run_server(debug=True, port=7860)
|