Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DMTuit/psy_vk
DMTuit
/
psy_vk2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Aug 10, 2024
Commit
7ce40ce
·
verified
·
1 Parent(s):
6ebf75c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
CHANGED
Viewed
@@ -1219,6 +1219,12 @@ def up_pages():
1219
1220
1221
1222
1223
1224
1219
1220
1221
1222
+
@app.route('/build', methods=['GET'])
1223
+
def up_build():
1224
+
return render_template('build.html')
1225
+
1226
+
1227
+
1228
1229
1230