ysharma HF staff commited on
Commit
9dfedcc
1 Parent(s): 5f23616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def bot_streaming(message, history):
104
  yield generated_text_without_prompt
105
 
106
 
107
- chatbot=gr.Chatbot(placeholder=PLACEHOLDER,scale=1)
108
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False, scale=1)
109
  tmp = '''with gr.Blocks(fill_height=True, ) as demo:
110
  gr.ChatInterface(
 
104
  yield generated_text_without_prompt
105
 
106
 
107
+ chatbot=gr.Chatbot(placeholder=PLACEHOLDER,scale=1, elem_id='chatbot')
108
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False, scale=1)
109
  tmp = '''with gr.Blocks(fill_height=True, ) as demo:
110
  gr.ChatInterface(