Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DIAMONIK7777/up_fail
DIAMONIK7777
/
robo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Sep 20, 2024
Commit
9228b11
·
verified
·
1 Parent(s):
ee74c06
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -76,7 +76,9 @@ def get_current_time():
76
77
78
79
-
80
81
82
76
77
78
79
+
@app.route('/forms', methods=['GET'])
80
+
def up_forms():
81
+
return render_template('forms.html')
82
83
84