Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ with gr.Blocks() as interface:
|
|
| 36 |
chatbot_output = gr.Textbox(label="Conversation", lines=15, placeholder="Chat history will appear here...", interactive=False)
|
| 37 |
|
| 38 |
# Add the instruction message above the input box
|
| 39 |
-
gr.Markdown("**Instructions:** Press `Enter` to submit, and `
|
| 40 |
|
| 41 |
# Input box for the user
|
| 42 |
user_input = gr.Textbox(label="Your Input", placeholder="Type your message here...", lines=2, show_label=True)
|
|
|
|
| 36 |
chatbot_output = gr.Textbox(label="Conversation", lines=15, placeholder="Chat history will appear here...", interactive=False)
|
| 37 |
|
| 38 |
# Add the instruction message above the input box
|
| 39 |
+
gr.Markdown("**Instructions:** Press `Shift + Enter` to submit, and `Enter` for a new line.")
|
| 40 |
|
| 41 |
# Input box for the user
|
| 42 |
user_input = gr.Textbox(label="Your Input", placeholder="Type your message here...", lines=2, show_label=True)
|