Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,6 @@ with gr.Blocks(title="MCP Server Demo") as demo:
|
|
69 |
choices=[(name, api_name) for name, api_name in tool_options],
|
70 |
label="Select a Tool",
|
71 |
interactive=True,
|
72 |
-
allow_clear=True,
|
73 |
value=None # Start with no tool selected
|
74 |
)
|
75 |
|
|
|
69 |
choices=[(name, api_name) for name, api_name in tool_options],
|
70 |
label="Select a Tool",
|
71 |
interactive=True,
|
|
|
72 |
value=None # Start with no tool selected
|
73 |
)
|
74 |
|