Update app.py
Browse files
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", "
|
| 119 |
label="Subject",
|
| 120 |
info="Choose the subject of your lesson"
|
| 121 |
)
|
| 122 |
difficulty = gr.Radio(
|
| 123 |
-
["Primary", "Secondary", "
|
| 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 |
)
|