Hugging Face
Models
Datasets
Spaces
Posts
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...
main
is-a
/
ai
/
routes.py
Kastg
Update ai/routes.py
0876b73
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
from
.
import
app
from
flask
import
render_template
@app.route(
"/shit"
)
def
index
():
return
render_template(
'index.html'
)