Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -1968,5 +1968,4 @@ def get_ai_chat_history():
|
|
| 1968 |
except Exception as e: return handle_route_errors(e, uid_context=uid)
|
| 1969 |
|
| 1970 |
if __name__ == '__main__':
|
| 1971 |
-
app.run(debug=True, host="0.0.0.0", port=int(os.getenv("PORT", 7860)))
|
| 1972 |
-
`
|
|
|
|
| 1968 |
except Exception as e: return handle_route_errors(e, uid_context=uid)
|
| 1969 |
|
| 1970 |
if __name__ == '__main__':
|
| 1971 |
+
app.run(debug=True, host="0.0.0.0", port=int(os.getenv("PORT", 7860)))
|
|
|