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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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=300, type="messages"))
83
  )
84
 
85
  gemini_model.change(
 
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(