eienmojiki commited on
Commit
0c0cf30
·
verified ·
1 Parent(s): 76d5023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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