Spaces:
Paused
Paused
Updated app.py
Browse files
app.py
CHANGED
@@ -261,6 +261,7 @@ with gr.Blocks(theme = gr.themes.Soft()) as demo:
|
|
261 |
)
|
262 |
gr.ChatInterface(
|
263 |
response,
|
|
|
264 |
title = 'Chat with Gemini 1.5',
|
265 |
retry_btn = "Retry",
|
266 |
undo_btn = "Undo",
|
|
|
261 |
)
|
262 |
gr.ChatInterface(
|
263 |
response,
|
264 |
+
chatbot = gr.Chatbot(height=600),
|
265 |
title = 'Chat with Gemini 1.5',
|
266 |
retry_btn = "Retry",
|
267 |
undo_btn = "Undo",
|