Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
rapid12k4
/
happychat
like
0
Runtime error
App
Files
Files
Community
e0b20c9
happychat
/
app.py
rapid12k4
Update app.py
e9eda6a
verified
3 days ago
raw
Copy download link
history
blame
Safe
100 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
greet_json
():
return
{
"nikhil"
}