saifeddinemk commited on
Commit
8de6232
1 Parent(s): 7784490
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ async def analyze_logs(request: LogAnalysisRequest):
43
  # Run the FastAPI app (if running this script directly)
44
  if __name__ == "__main__":
45
  import uvicorn
46
- uvicorn.run(app, host="0.0.0.0", port=80)
 
43
  # Run the FastAPI app (if running this script directly)
44
  if __name__ == "__main__":
45
  import uvicorn
46
+ uvicorn.run(app, host="0.0.0.0", port=8000)