ammaan commited on
Commit
276e2ca
1 Parent(s): d951942

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -5
main.py CHANGED
@@ -54,8 +54,3 @@ app.mount('/', StaticFiles(directory="static", html=True), name="static")
54
  @app.get('/')
55
  def index() -> FileResponse:
56
  return FileResponse('/app/static/index.html', media_type="text/html")
57
-
58
-
59
- if __name__ == "__main__":
60
- import uvicorn
61
- uvicorn.run(app, host="127.0.0.1", port=5050)
 
54
  @app.get('/')
55
  def index() -> FileResponse:
56
  return FileResponse('/app/static/index.html', media_type="text/html")