Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -132,5 +132,5 @@ def update_output(list_of_contents, list_of_names, n_clicks, contents, filenames
|
|
132 |
|
133 |
if __name__ == '__main__':
|
134 |
print("Starting the Dash application...")
|
135 |
-
app.run(debug=
|
136 |
print("Dash application has finished running.")
|
|
|
132 |
|
133 |
if __name__ == '__main__':
|
134 |
print("Starting the Dash application...")
|
135 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|
136 |
print("Dash application has finished running.")
|