capradeepgujaran commited on
Commit
73f2d19
·
verified ·
1 Parent(s): b8c7b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")