Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -329,5 +329,5 @@ def background_task(url, depth):
|
|
| 329 |
|
| 330 |
if __name__ == '__main__':
|
| 331 |
print("Starting the Dash application...")
|
| 332 |
-
app.run(debug=
|
| 333 |
print("Dash application has finished running.")
|
|
|
|
| 329 |
|
| 330 |
if __name__ == '__main__':
|
| 331 |
print("Starting the Dash application...")
|
| 332 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|
| 333 |
print("Dash application has finished running.")
|