bhardwaj08sarthak commited on
Commit
b101ffe
·
verified ·
1 Parent(s): 3a62e64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks() as demo:
181
  )
182
  subject= gr.Textbox(value="Math", label="Subject")
183
  task_type = gr.Dropdown(
184
- choices=["TASK_TMPL", "CLASSIFY_TMPL", "GEN_TMPL", "RAG_TMPL"]
185
  label= "task type")
186
 
187
  with gr.Row():
 
181
  )
182
  subject= gr.Textbox(value="Math", label="Subject")
183
  task_type = gr.Dropdown(
184
+ choices=["TASK_TMPL", "CLASSIFY_TMPL", "GEN_TMPL", "RAG_TMPL"],
185
  label= "task type")
186
 
187
  with gr.Row():