Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ PLACEHOLDER = """
|
|
| 39 |
</div>
|
| 40 |
"""
|
| 41 |
|
| 42 |
-
chatbot = gr.Chatbot(placeholder=
|
| 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:
|