haydenk commited on
Commit
b442a1d
1 Parent(s): 8073098

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=300)
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=[])
89
 
90
  with gr.Row():
91
  # Textbox for user input with increased scale for better visibility