CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
assathe
/
data-analyst-agent2
source
Hugging Face
mit
updated 1y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
api
index.py
index.py
5 lines
Copy path
Download
Raw
Back to api
1
from mangum import Mangum
2
from app.index import app
3
4
handler = Mangum(app)
5