burtenshaw
commited on
Commit
·
aefd09f
1
Parent(s):
899b7ab
fix syntax error
Browse files
app.py
CHANGED
@@ -354,8 +354,6 @@ Upon completion of {EXAM_MAX_QUESTIONS}, you can collect and share your certific
|
|
354 |
## Questions:
|
355 |
""")
|
356 |
|
357 |
-
)
|
358 |
-
|
359 |
with gr.Row(variant="panel"):
|
360 |
question_text = gr.Markdown("")
|
361 |
radio_choices = gr.Radio(
|
|
|
354 |
## Questions:
|
355 |
""")
|
356 |
|
|
|
|
|
357 |
with gr.Row(variant="panel"):
|
358 |
question_text = gr.Markdown("")
|
359 |
radio_choices = gr.Radio(
|