Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shipmaster1
/
PythonicRAGReact
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
310b4ae
PythonicRAGReact
/
backend
/
test_app.py
T-K-O-H
Initial commit without node_modules
d184dfc
11 months ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
async
def
root
():
return
{
"message"
:
"Hello World"
}