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