Update app.py
Browse files
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(
|