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