shahabkahn commited on
Commit
10e2ee4
·
verified ·
1 Parent(s): 92e5bb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -150,9 +150,9 @@ def run_streamlit():
150
  async def startup_event():
151
  run_streamlit()
152
 
153
- #@app.get("/")
154
- #async def root():
155
- #return RedirectResponse(url="/docs")
156
 
157
 
158
  #if __name__ == '__main__':
 
150
  async def startup_event():
151
  run_streamlit()
152
 
153
+ @app.get("/")
154
+ async def root():
155
+ return RedirectResponse(url="/docs")
156
 
157
 
158
  #if __name__ == '__main__':