sariskiat commited on
Commit
ace3df3
·
verified ·
1 Parent(s): 280aad6

Update gradio/gradio_app_v2.py

Browse files
Files changed (1) hide show
  1. gradio/gradio_app_v2.py +1 -1
gradio/gradio_app_v2.py CHANGED
@@ -381,7 +381,7 @@ with gr.Blocks(title="RAG Agent Chat", theme=line_theme, css="""
381
  value=get_agent_names()[0] if get_agent_names() else "No agents found",
382
  label="Select Agent",
383
  interactive=True,
384
- visible=True
385
  )
386
  with gr.Column(scale=1):
387
  clear_btn = gr.Button("Create New Chat", variant="secondary", scale=1, size="sm")
 
381
  value=get_agent_names()[0] if get_agent_names() else "No agents found",
382
  label="Select Agent",
383
  interactive=True,
384
+ visible=False
385
  )
386
  with gr.Column(scale=1):
387
  clear_btn = gr.Button("Create New Chat", variant="secondary", scale=1, size="sm")