Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
louiecerv
/
try_flask
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
louiecerv
commited on
Mar 5, 2025
Commit
5d7c440
·
1 Parent(s):
17c4577
Save
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
import os
2
app = Flask(__name__)
3
4
@app.route("/")
1
import os
2
+
from flask import Flask, render_template
3
+
4
app = Flask(__name__)
5
6
@app.route("/")