Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -326,11 +326,11 @@ with gr.Blocks(
|
|
326 |
clear_btn = gr.Button(value="🗑️ Clear history", interactive=True)
|
327 |
|
328 |
chat_input = gr.MultimodalTextbox(
|
329 |
-
value="🚀 Send",
|
330 |
interactive=True,
|
331 |
file_types=["image", "video"],
|
332 |
placeholder="Enter message or upload file...",
|
333 |
show_label=False,
|
|
|
334 |
)
|
335 |
|
336 |
print(cur_dir)
|
|
|
326 |
clear_btn = gr.Button(value="🗑️ Clear history", interactive=True)
|
327 |
|
328 |
chat_input = gr.MultimodalTextbox(
|
|
|
329 |
interactive=True,
|
330 |
file_types=["image", "video"],
|
331 |
placeholder="Enter message or upload file...",
|
332 |
show_label=False,
|
333 |
+
submit_btn="🚀 Send"
|
334 |
)
|
335 |
|
336 |
print(cur_dir)
|