Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -150,9 +150,9 @@ def run_streamlit():
|
|
150 |
async def startup_event():
|
151 |
run_streamlit()
|
152 |
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
|
157 |
|
158 |
#if __name__ == '__main__':
|
|
|
150 |
async def startup_event():
|
151 |
run_streamlit()
|
152 |
|
153 |
+
@app.get("/")
|
154 |
+
async def root():
|
155 |
+
return RedirectResponse(url="/docs")
|
156 |
|
157 |
|
158 |
#if __name__ == '__main__':
|