kdevoe commited on
Commit
2bafb40
·
verified ·
1 Parent(s): 0146fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 `Shift + 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)
 
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)