Docfile commited on
Commit
e38f013
·
verified ·
1 Parent(s): 8da5358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -925,7 +925,7 @@ def index():
925
 
926
  @app.route('/free')
927
  def free():
928
- return render_template('free.html')
929
 
930
 
931
  @app.route('/solve', methods=['POST'])
 
925
 
926
  @app.route('/free')
927
  def free():
928
+ return render_template('index.html')
929
 
930
 
931
  @app.route('/solve', methods=['POST'])