ciaochris commited on
Commit
7958064
·
verified ·
1 Parent(s): b81a358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,12 +115,12 @@ def create_interface() -> gr.Blocks:
115
  with gr.Row():
116
  with gr.Column(scale=2):
117
  subject = gr.Dropdown(
118
- ["Math", "Science", "History", "Literature", "Computer Science"],
119
  label="Subject",
120
  info="Choose the subject of your lesson"
121
  )
122
  difficulty = gr.Radio(
123
- ["Primary", "Secondary", "College"],
124
  label="Difficulty Level",
125
  info="Select your proficiency level"
126
  )
 
115
  with gr.Row():
116
  with gr.Column(scale=2):
117
  subject = gr.Dropdown(
118
+ ["Math", "Science", "Social Science", "Literature", "Computer Science"],
119
  label="Subject",
120
  info="Choose the subject of your lesson"
121
  )
122
  difficulty = gr.Radio(
123
+ ["Primary", "Secondary", "Higher Education"],
124
  label="Difficulty Level",
125
  info="Select your proficiency level"
126
  )