Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -384,7 +384,7 @@ with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green",
|
|
| 384 |
|
| 385 |
print('Question radio list ' , question_radio_list)
|
| 386 |
|
| 387 |
-
return 'Quiz Generated!'
|
| 388 |
|
| 389 |
check_button = gr.Button("Check Score")
|
| 390 |
|
|
|
|
| 384 |
|
| 385 |
print('Question radio list ' , question_radio_list)
|
| 386 |
|
| 387 |
+
return ['Quiz Generated!']+ question_radio_list
|
| 388 |
|
| 389 |
check_button = gr.Button("Check Score")
|
| 390 |
|