mou3az commited on
Commit
5f3562f
·
verified ·
1 Parent(s): dc5249e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def generate_quiz_page():
62
  if request.content_type == 'application/json':
63
  return jsonify(response)
64
 
65
- return render_template('quiz.html', reponse)
66
 
67
  # Default GET request handling
68
  return render_template('index.html')
 
62
  if request.content_type == 'application/json':
63
  return jsonify(response)
64
 
65
+ return render_template('quiz.html', response)
66
 
67
  # Default GET request handling
68
  return render_template('index.html')