Spaces:
Sleeping
Sleeping
Priyanshi Saxena
commited on
Commit
·
9086b91
1
Parent(s):
65703d9
demo: changes
Browse files
app.py
CHANGED
@@ -388,6 +388,7 @@ Configure GEMINI_API_KEY environment variable for full AI analysis."""
|
|
388 |
# Initialize service
|
389 |
service = Web3CoPilotService()
|
390 |
|
|
|
391 |
@app.get("/", response_class=HTMLResponse)
|
392 |
async def get_homepage(request: Request):
|
393 |
"""Serve the main interface using templates"""
|
|
|
388 |
# Initialize service
|
389 |
service = Web3CoPilotService()
|
390 |
|
391 |
+
|
392 |
@app.get("/", response_class=HTMLResponse)
|
393 |
async def get_homepage(request: Request):
|
394 |
"""Serve the main interface using templates"""
|