Docfile commited on
Commit
374a6fd
·
verified ·
1 Parent(s): 1e647e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -428,6 +428,11 @@ def process_image_background(task_id, image_data):
428
  def index():
429
  return render_template('index.html')
430
 
 
 
 
 
 
431
  @app.route('/solve', methods=['POST'])
432
  def solve():
433
  try:
 
428
  def index():
429
  return render_template('index.html')
430
 
431
+ @app.route('/free')
432
+ def free():
433
+ return render_template('free.html')
434
+
435
+
436
  @app.route('/solve', methods=['POST'])
437
  def solve():
438
  try: