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

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