atz21 commited on
Commit
bfeb463
·
verified ·
1 Parent(s): 111aa4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"