Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -795,8 +795,6 @@ def create_quiz_interface():
|
|
795 |
label="Select Difficulty Level",
|
796 |
info="Basic: 5 questions | Intermediate: 10 questions | Advanced: 20 questions")
|
797 |
|
798 |
-
# Add clear button
|
799 |
-
clear_btn = gr.Button("Clear Learning Content", variant="secondary", size="sm")
|
800 |
|
801 |
with gr.Row():
|
802 |
participant_photo = gr.Image(label="Your Photo (Optional)", type="filepath")
|
|
|
795 |
label="Select Difficulty Level",
|
796 |
info="Basic: 5 questions | Intermediate: 10 questions | Advanced: 20 questions")
|
797 |
|
|
|
|
|
798 |
|
799 |
with gr.Row():
|
800 |
participant_photo = gr.Image(label="Your Photo (Optional)", type="filepath")
|