mkshing commited on
Commit
a778f68
1 Parent(s): ff14903

change height

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -144,6 +144,7 @@ examples = [
144
  chat = gr.ChatInterface(
145
  fn=bot,
146
  multimodal=True,
 
147
  textbox=gr.MultimodalTextbox(
148
  interactive=True,
149
  file_types=["image"],
 
144
  chat = gr.ChatInterface(
145
  fn=bot,
146
  multimodal=True,
147
+ chatbot=gr.Chatbot(label="Chatbot", scale=1, height=500),
148
  textbox=gr.MultimodalTextbox(
149
  interactive=True,
150
  file_types=["image"],