Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CloudAnts
/
mydemo1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
de8f850
mydemo1
/
app.py
CloudAnts
my
4bb12e7
about 1 month ago
raw
Copy download link
history
blame
Safe
167 Bytes
from
flask
import
Flask, render_template
import
os
app = Flask(__name__)
@app.route(
"/"
)
def
home
():
return
render_template(
"index.html"
)
# Render HTML template