JeCabrera commited on
Commit
f4ba522
·
verified ·
1 Parent(s): 4251945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(fill_height=True) as demo:
71
  name=gemini_model.value,
72
  src=gemini_gradio.registry,
73
  fill_height=True,
74
- chatbot=gr.Chatbot(height=600)
75
  )
76
 
77
  def update_gemini_model(new_model):
@@ -79,7 +79,7 @@ with gr.Blocks(fill_height=True) as demo:
79
  name=new_model,
80
  src=gemini_gradio.registry,
81
  fill_height=True,
82
- chatbot=gr.Chatbot(height=600)
83
  )
84
 
85
  gemini_model.change(
 
71
  name=gemini_model.value,
72
  src=gemini_gradio.registry,
73
  fill_height=True,
74
+ chatbot=gr.Chatbot(height=300, type="messages")
75
  )
76
 
77
  def update_gemini_model(new_model):
 
79
  name=new_model,
80
  src=gemini_gradio.registry,
81
  fill_height=True,
82
+ chatbot=gr.Chatbot(height=300, type="messages"))
83
  )
84
 
85
  gemini_model.change(