Update app.py
Browse files
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 |
-
["
|
| 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 |
)
|