Update src/webui.py
Browse files- src/webui.py +2 -2
src/webui.py
CHANGED
@@ -224,8 +224,8 @@ def create_interface():
|
|
224 |
gr.update(value="NOT REQUIRED", visible=False), # sechema_agent
|
225 |
gr.update(value="NOT REQUIRED", visible=False), # extraction_Agent
|
226 |
gr.update(value="NOT REQUIRED", visible=False), # reflection_agent
|
227 |
-
gr.update(value=""), # task
|
228 |
-
gr.update(value=""), # mode
|
229 |
gr.update(value="", visible=False), # instruction
|
230 |
gr.update(value="", visible=False), # constraint
|
231 |
gr.update(value=True), # use_file
|
|
|
224 |
gr.update(value="NOT REQUIRED", visible=False), # sechema_agent
|
225 |
gr.update(value="NOT REQUIRED", visible=False), # extraction_Agent
|
226 |
gr.update(value="NOT REQUIRED", visible=False), # reflection_agent
|
227 |
+
gr.update(value="Base"), # task
|
228 |
+
gr.update(value="quick"), # mode
|
229 |
gr.update(value="", visible=False), # instruction
|
230 |
gr.update(value="", visible=False), # constraint
|
231 |
gr.update(value=True), # use_file
|