Docfile commited on
Commit
dac6dec
·
verified ·
1 Parent(s): f160b94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ def index():
345
 
346
  @app.route('/free')
347
  def free():
348
- return render_template('free.html')
349
 
350
 
351
  @app.route('/solve', methods=['POST'])
 
345
 
346
  @app.route('/free')
347
  def free():
348
+ return render_template('index.html')
349
 
350
 
351
  @app.route('/solve', methods=['POST'])