Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DMTuit/web_soc
DMTuit
/
web_bul
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Jun 7, 2024
Commit
01a8804
·
verified
·
1 Parent(s):
4cd23ec
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-6
app.py
CHANGED
Viewed
@@ -10,12 +10,6 @@ app.config['DEBUG'] = True
10
11
12
13
-
@app.route("/")
14
-
def index():
15
-
return flask.render_template('index.html')
16
-
17
-
18
-
19
20
21
10
11
12
13
14
15