Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leesuo215
/
ttschatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
leesuo215
commited on
Jun 28, 2024
Commit
cc39a93
·
verified
·
1 Parent(s):
0f8f53d
Create main.py
Browse files
Files changed (1)
hide
show
main.py
+7
-0
main.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
from flask import Flask
2
+
3
+
app = Flask(__name__)
4
+
5
+
@app.route("/hello")
6
+
def hello():
7
+
return {"xao chin": "xin chao"}