shahabkahn commited on
Commit
6f59f2a
·
verified ·
1 Parent(s): 71a9491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ async def startup_event():
152
 
153
  @app.get("/")
154
  async def root():
155
- return RedirectResponse(url="https://shahabkahn-medical-assistant.hf.space")
156
 
157
 
158
  #if __name__ == '__main__':
 
152
 
153
  @app.get("/")
154
  async def root():
155
+ return RedirectResponse(url="/docs")
156
 
157
 
158
  #if __name__ == '__main__':