Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,5 +156,5 @@ def check_conversion_complete(n):
|
|
| 156 |
|
| 157 |
if __name__ == '__main__':
|
| 158 |
print("Starting the Dash application...")
|
| 159 |
-
app.run(debug=
|
| 160 |
print("Dash application has finished running.")
|
|
|
|
| 156 |
|
| 157 |
if __name__ == '__main__':
|
| 158 |
print("Starting the Dash application...")
|
| 159 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|
| 160 |
print("Dash application has finished running.")
|