Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -780,7 +780,7 @@ def create_quiz_interface():
|
|
780 |
choices=["Basic", "Intermediate", "Advanced"],
|
781 |
value="Basic",
|
782 |
label="Select Difficulty Level",
|
783 |
-
info="Basic: 5 questions | Intermediate: 10 questions | Advanced: 20 questions"
|
784 |
|
785 |
# Add clear button
|
786 |
clear_btn = gr.Button("Clear Learning Content", variant="secondary", size="sm")
|
|
|
780 |
choices=["Basic", "Intermediate", "Advanced"],
|
781 |
value="Basic",
|
782 |
label="Select Difficulty Level",
|
783 |
+
info="Basic: 5 questions | Intermediate: 10 questions | Advanced: 20 questions")
|
784 |
|
785 |
# Add clear button
|
786 |
clear_btn = gr.Button("Clear Learning Content", variant="secondary", size="sm")
|