Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
```python
|
2 |
import base64
|
3 |
import io
|
4 |
import os
|
@@ -1270,5 +1269,4 @@ if __name__ == '__main__':
|
|
1270 |
# Multi-threading for multiple simultaneous user support is handled by the deployment server (e.g., Gunicorn with workers), not directly in app.run for production.
|
1271 |
# Set debug=True locally for development, False for HF Spaces
|
1272 |
app.run(debug=False, host='0.0.0.0', port=7860)
|
1273 |
-
print("Dash application has finished running.")
|
1274 |
-
```
|
|
|
|
|
1 |
import base64
|
2 |
import io
|
3 |
import os
|
|
|
1269 |
# Multi-threading for multiple simultaneous user support is handled by the deployment server (e.g., Gunicorn with workers), not directly in app.run for production.
|
1270 |
# Set debug=True locally for development, False for HF Spaces
|
1271 |
app.run(debug=False, host='0.0.0.0', port=7860)
|
1272 |
+
print("Dash application has finished running.")
|
|