Spaces:
Sleeping
Sleeping
updates
Browse files
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("
|
|
|
98 |
|
99 |
# Running automaticaly when there is a change
|
100 |
if __name__ == "__main__":
|
101 |
+
uvicorn.run("main:app" , reload = True)
|