HuanjinYao commited on
Commit
b7f9d75
·
verified ·
1 Parent(s): 5886f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def bot_streaming(message, history):
124
  yield generated_text_without_prompt
125
 
126
 
127
- chatbot=gr.Chatbot(label=f"Chat with Dense Connector")
128
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
129
  with gr.Blocks(fill_height=True, ) as demo:
130
  gr.ChatInterface(
 
124
  yield generated_text_without_prompt
125
 
126
 
127
+ chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label=f"Chat with Dense Connector")
128
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
129
  with gr.Blocks(fill_height=True, ) as demo:
130
  gr.ChatInterface(