MaziyarPanahi commited on
Commit
4bf4adf
1 Parent(s): 8db3ef1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def bot_streaming(message, history):
91
  yield generated_text_without_prompt
92
 
93
 
94
- chatbot = gr.Chatbot(placeholder=PLACEHOLDER, scale=1)
95
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...",
96
  show_label=False)
97
  with gr.Blocks(fill_height=True, ) as demo:
 
91
  yield generated_text_without_prompt
92
 
93
 
94
+ chatbot = gr.Chatbot(placeholder=PLACEHOLDER, scale=1, height=550)
95
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...",
96
  show_label=False)
97
  with gr.Blocks(fill_height=True, ) as demo: