Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -310,4 +310,4 @@ def index():
|
|
| 310 |
""", highlight_styles=highlight_styles)
|
| 311 |
|
| 312 |
if __name__ == "__main__":
|
| 313 |
-
app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))
|
|
|
|
| 310 |
""", highlight_styles=highlight_styles)
|
| 311 |
|
| 312 |
if __name__ == "__main__":
|
| 313 |
+
app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))
|