Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
caa1cf7
1
Parent(s):
c9d6b49
tools
Browse files- Gradio_UI.py +1 -0
Gradio_UI.py
CHANGED
|
@@ -423,6 +423,7 @@ class GradioUI:
|
|
| 423 |
tools_list = gr.Dropdown(
|
| 424 |
self.agent_get_tools(),
|
| 425 |
interactive=True,
|
|
|
|
| 426 |
label="Tools",
|
| 427 |
info="(display only)",
|
| 428 |
)
|
|
|
|
| 423 |
tools_list = gr.Dropdown(
|
| 424 |
self.agent_get_tools(),
|
| 425 |
interactive=True,
|
| 426 |
+
multiselect=True,
|
| 427 |
label="Tools",
|
| 428 |
info="(display only)",
|
| 429 |
)
|