rairo commited on
Commit
817b915
·
verified ·
1 Parent(s): 10fc744

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
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)))