haydenk commited on
Commit
befbf35
·
verified ·
1 Parent(s): 1b4d595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
  # gr.HTML("<center><h1>Gemini-PRO & Gemini-PRO-Vision API</h1></center>")
86
 
87
  # Initialize the MultimodalChatbot component
88
- multi = MultimodalChatbot(value=[], height=800)
89
 
90
  with gr.Row():
91
  # Textbox for user input with increased scale for better visibility
 
85
  # gr.HTML("<center><h1>Gemini-PRO & Gemini-PRO-Vision API</h1></center>")
86
 
87
  # Initialize the MultimodalChatbot component
88
+ multi = MultimodalChatbot(value=[], height=300)
89
 
90
  with gr.Row():
91
  # Textbox for user input with increased scale for better visibility