Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
FFatih
/
test
like
0
Sleeping
App
Files
Files
Community
FFatih
commited on
Mar 20
Commit
defbd55
•
1 Parent(s):
d2eee89
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
from flask import Flask
2
3
-
app =
FLASK
(__name__)
4
5
@app.route("/")
6
def hello():
1
from flask import Flask
2
3
+
app =
Flask
(__name__)
4
5
@app.route("/")
6
def hello():