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