Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DIAMONIK7777/wa_gc_api
12-psy-teh
/
paktikum
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Jul 12, 2024
Commit
a3c5789
·
verified
·
1 Parent(s):
b207039
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -74,7 +74,9 @@ def onli():
74
75
76
77
-
78
79
80
74
75
76
77
+
@app.route('/best', methods=['GET'])
78
+
def best():
79
+
return render_template('best.html')
80
81
82