Update app.py
Browse files
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():
|