Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thunder-lord
/
is-a
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3b9744
is-a
/
ai
/
routes.py
Kastg
Upload routes.py
a3b9744
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
121 Bytes
from
.
import
app
from
flask
import
render_template
@app.route(
"/"
)
def
index
():
return
render_template(
'index.html'
)