JeCabrera commited on
Commit
b586605
·
verified ·
1 Parent(s): 26d0de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks(fill_height=True) as demo:
21
  name=gemini_model.value,
22
  src=gemini_gradio.registry,
23
  fill_height=True,
24
- chatbot=gr.Chatbot(height=250, type="messages", show_search_bar=False)
25
  )
26
 
27
  def update_gemini_model(new_model):
@@ -29,7 +29,7 @@ with gr.Blocks(fill_height=True) as demo:
29
  name=new_model,
30
  src=gemini_gradio.registry,
31
  fill_height=True,
32
- chatbot=gr.Chatbot(height=250, type="messages", show_search_bar=False)
33
  )
34
 
35
  gemini_model.change(
 
21
  name=gemini_model.value,
22
  src=gemini_gradio.registry,
23
  fill_height=True,
24
+ chatbot=gr.Chatbot(height=250, type="messages")
25
  )
26
 
27
  def update_gemini_model(new_model):
 
29
  name=new_model,
30
  src=gemini_gradio.registry,
31
  fill_height=True,
32
+ chatbot=gr.Chatbot(height=250, type="messages")
33
  )
34
 
35
  gemini_model.change(