Update app.py
Browse files
app.py
CHANGED
@@ -557,5 +557,5 @@ def download_split_file(session_id, filename):
|
|
557 |
|
558 |
if __name__ == '__main__':
|
559 |
print("Starting the Dash application...")
|
560 |
-
app.run(debug=
|
561 |
print("Dash application has finished running.")
|
|
|
557 |
|
558 |
if __name__ == '__main__':
|
559 |
print("Starting the Dash application...")
|
560 |
+
app.run(debug=False, host='0.0.0.0', port=7860, threaded=True)
|
561 |
print("Dash application has finished running.")
|