TobyYang7 commited on
Commit
c538c49
·
verified ·
1 Parent(s): 505f42a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ PLACEHOLDER = """
39
  </div>
40
  """
41
 
42
- chatbot = gr.Chatbot(placeholder=None, scale=1)
43
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
44
 
45
  with gr.Blocks(fill_height=True) as demo:
 
39
  </div>
40
  """
41
 
42
+ chatbot = gr.Chatbot(placeholder=PLACEHOLDER, scale=1)
43
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
44
 
45
  with gr.Blocks(fill_height=True) as demo: