Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ data = {
|
|
31 |
}
|
32 |
@app.get("/", response_class=HTMLResponse)
|
33 |
async def read_root(request: Request):
|
34 |
-
return templates.TemplateResponse("interface.html", {"request": request})
|
35 |
|
36 |
import json
|
37 |
import logging
|
|
|
31 |
}
|
32 |
@app.get("/", response_class=HTMLResponse)
|
33 |
async def read_root(request: Request):
|
34 |
+
return templates.TemplateResponse("interface.html", {"request": request, "data": data})
|
35 |
|
36 |
import json
|
37 |
import logging
|