NotASI commited on
Commit
266bf2b
·
1 Parent(s): 34bb173

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",