File size: 152 Bytes
1c61878
6612121
1c61878
6612121
1c61878
 
 
1
2
3
4
5
6
7
8
from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def root():
    return {"message": "🚀 Feedback Chatbot API is running on Hugging Face!"}