Henok21 commited on
Commit
d2ea41c
·
1 Parent(s): 0112894
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ async def create_dataframe(form_data: Sepssis = Depends(Sepssis.as_form)):
98
 
99
  # Running automaticaly when there is a change
100
  if __name__ == "__main__":
101
- uvicorn.run("app:app" , reload = True)
 
98
 
99
  # Running automaticaly when there is a change
100
  if __name__ == "__main__":
101
+ uvicorn.run("main:app" , reload = True)