Chaitu2112 commited on
Commit
99ff764
·
verified ·
1 Parent(s): 58e19cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,6 +230,6 @@ Answer (clear, student-friendly):
230
  # -----------------------------------------------------------
231
  if __name__ == "__main__":
232
  import uvicorn
233
- port = int(os.environ.get("PORT", 8080))
234
  print(f"🚀 Starting IBS Assistant at http://0.0.0.0:{port}")
235
  uvicorn.run("app:app", host="0.0.0.0", port=port, reload=False)
 
230
  # -----------------------------------------------------------
231
  if __name__ == "__main__":
232
  import uvicorn
233
+ port = int(os.environ.get("PORT", 7860))
234
  print(f"🚀 Starting IBS Assistant at http://0.0.0.0:{port}")
235
  uvicorn.run("app:app", host="0.0.0.0", port=port, reload=False)