Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,3 +9,4 @@ app.mount("/static", StaticFiles(directory="static"), name="static")
|
|
| 9 |
@app.get("/")
|
| 10 |
def read_index():
|
| 11 |
return FileResponse("static/index.html")
|
|
|
|
|
|
| 9 |
@app.get("/")
|
| 10 |
def read_index():
|
| 11 |
return FileResponse("static/index.html")
|
| 12 |
+
|