Update app.py
Browse files
app.py
CHANGED
|
@@ -278,5 +278,5 @@ def download_md(n_clicks):
|
|
| 278 |
|
| 279 |
if __name__ == '__main__':
|
| 280 |
print("Starting the Dash application...")
|
| 281 |
-
app.run(debug=
|
| 282 |
print("Dash application has finished running.")
|
|
|
|
| 278 |
|
| 279 |
if __name__ == '__main__':
|
| 280 |
print("Starting the Dash application...")
|
| 281 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|
| 282 |
print("Dash application has finished running.")
|