shahabkahn commited on
Commit
93cda9b
·
verified ·
1 Parent(s): e9d363e

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="http://localhost:8501")
156
 
157
 
158
  #if __name__ == '__main__':
 
152
 
153
  @app.get("/")
154
  async def root():
155
+ return RedirectResponse(url="http://medical-assist.streamlit.app/")
156
 
157
 
158
  #if __name__ == '__main__':