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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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")
33
  )
34
 
35
  gemini_model.change(
 
29
  name=new_model,
30
  src=gemini_gradio.registry,
31
  fill_height=True,
32
+ chatbot=gr.Chatbot(type="messages")
33
  )
34
 
35
  gemini_model.change(