Update app.py
Browse files
app.py
CHANGED
|
@@ -225,5 +225,5 @@ def update_output(n_clicks, contents, filename, instructions):
|
|
| 225 |
|
| 226 |
if __name__ == '__main__':
|
| 227 |
print("Starting the Dash application...")
|
| 228 |
-
app.run(debug=
|
| 229 |
print("Dash application has finished running.")
|
|
|
|
| 225 |
|
| 226 |
if __name__ == '__main__':
|
| 227 |
print("Starting the Dash application...")
|
| 228 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|
| 229 |
print("Dash application has finished running.")
|