DmitrMakeev commited on
Commit
a3c5789
·
verified ·
1 Parent(s): b207039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -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