Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Andrchest
/
testing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Andrchest
commited on
Jun 23, 2025
Commit
f3682c4
·
1 Parent(s):
5cd7d0c
simple test 3
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
from fastapi import FastAPI
2
3
app = FastAPI()
4
5
@app.get("/")
1
from fastapi import FastAPI
2
3
+
print(333333333333333333333333333333333)
4
app = FastAPI()
5
6
@app.get("/")