Spaces:
Paused
Paused
Update app.py via AI Editor
Browse files
app.py
CHANGED
@@ -228,5 +228,5 @@ def handle_all_tabs(*args):
|
|
228 |
|
229 |
if __name__ == '__main__':
|
230 |
print("Starting the Dash application...")
|
231 |
-
|
232 |
print("Dash application has finished running.")
|
|
|
228 |
|
229 |
if __name__ == '__main__':
|
230 |
print("Starting the Dash application...")
|
231 |
+
app.run(debug=True, host='0.0.0.0', port=7860, threaded=True)
|
232 |
print("Dash application has finished running.")
|