Update app.py
Browse files
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', response)
|
66 |
|
67 |
return render_template('index.html')
|
68 |
|
|
|
62 |
if request.content_type == 'application/json':
|
63 |
return jsonify(response)
|
64 |
|
65 |
+
return render_template('quiz.html', textWithAnswers=response)
|
66 |
|
67 |
return render_template('index.html')
|
68 |
|