Spaces:
No application file
No application file
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def root(): | |
| return {"message": "🚀 Feedback Chatbot API is running on Hugging Face!"} | |