Spaces:
Running
Running
fix keyboard shortcut label - shift+enter to send
Browse files
app.py
CHANGED
|
@@ -585,7 +585,7 @@ def create_interface():
|
|
| 585 |
# Create chat interface
|
| 586 |
chatbot = gr.Chatbot(type="messages", height=400)
|
| 587 |
msg = gr.Textbox(
|
| 588 |
-
label="Message",
|
| 589 |
placeholder="Type your message here...",
|
| 590 |
lines=2
|
| 591 |
)
|
|
|
|
| 585 |
# Create chat interface
|
| 586 |
chatbot = gr.Chatbot(type="messages", height=400)
|
| 587 |
msg = gr.Textbox(
|
| 588 |
+
label="Message (Shift+Enter to send)",
|
| 589 |
placeholder="Type your message here...",
|
| 590 |
lines=2
|
| 591 |
)
|