ciaochris commited on
Commit
9c84dc3
·
verified ·
1 Parent(s): 593daef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def create_interface() -> gr.Blocks:
70
  info="Choose the subject of your lesson"
71
  )
72
  difficulty = gr.Radio(
73
- ["Beginner", "Intermediate", "Advanced"],
74
  label="Difficulty Level",
75
  info="Select your proficiency level"
76
  )
 
70
  info="Choose the subject of your lesson"
71
  )
72
  difficulty = gr.Radio(
73
+ ["Elementary", "High School", "College"],
74
  label="Difficulty Level",
75
  info="Select your proficiency level"
76
  )