Arts-of-coding commited on
Commit
4375951
1 Parent(s): 7719b43

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -77,4 +77,4 @@ def serve_dashboard1():
77
 
78
  # Start the FastAPI server
79
  if __name__ == "__main__":
80
- uvicorn.run(app, host="0.0.0.0", port=5000)
 
77
 
78
  # Start the FastAPI server
79
  if __name__ == "__main__":
80
+ uvicorn.run(dashboard1, host="0.0.0.0", port=5000)