Spaces:
Sleeping
Sleeping
Laurenc Kaefer commited on
Commit ·
da64e96
1
Parent(s): 39ee3b9
DEL: unnecessary hint about port
Browse files
run.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
from wsgi import app
|
| 2 |
|
| 3 |
-
# frontend is available at http://127.0.0.1:8050/dash/
|
| 4 |
if __name__ == "__main__":
|
| 5 |
app.run(host="0.0.0.0", port=8050, debug=True)
|
|
|
|
| 1 |
from wsgi import app
|
| 2 |
|
|
|
|
| 3 |
if __name__ == "__main__":
|
| 4 |
app.run(host="0.0.0.0", port=8050, debug=True)
|