Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|