Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ChihChiu29
/
mychatbot
like
1
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
58dd603
mychatbot
/
main.py
ChihChiu29
add basic files
7745907
about 2 years ago
raw
Copy download link
history
blame
92 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
def
read_root
():
return
{
"Hello"
:
"World!"
}