Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hashir672
/
Python-red-gen-space
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hashir672
commited on
Jan 6, 2024
Commit
d8b9b2c
·
1 Parent(s):
9242841
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -8,6 +8,6 @@ app = Flask(__name__)
8
9
@app.route('/')
10
def hello_world():
11
-
return
'Hello World'
12
13
8
9
@app.route('/')
10
def hello_world():
11
+
return
x.status_code
12
13