Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1205,7 +1205,7 @@ with gr.Blocks(title="AI Grading (Pandoc + pdflatex)") as demo:
|
|
| 1205 |
|
| 1206 |
with gr.Row():
|
| 1207 |
subject_dropdown = gr.Dropdown(
|
| 1208 |
-
choices=["Maths", "Science"],
|
| 1209 |
value="Maths",
|
| 1210 |
label="📚 Subject",
|
| 1211 |
info="Select the subject to apply appropriate grading guidelines"
|
|
|
|
| 1205 |
|
| 1206 |
with gr.Row():
|
| 1207 |
subject_dropdown = gr.Dropdown(
|
| 1208 |
+
choices=["Maths", "Science", "Economics"],
|
| 1209 |
value="Maths",
|
| 1210 |
label="📚 Subject",
|
| 1211 |
info="Select the subject to apply appropriate grading guidelines"
|