BICORP commited on
Commit
aab9ed4
·
verified ·
1 Parent(s): c3c9808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def create_interface():
85
  # Chat display area
86
  chatbox = gr.Textbox(label="", interactive=False, elem_id="chatbox", lines=12)
87
 
88
- # Input field with button inside
89
  with gr.Row(elem_id="input-container"):
90
  message = gr.Textbox(placeholder="Type a message...", elem_id="message-input", lines=1, show_label=False)
91
  send_btn = gr.Button("Send", elem_id="send-button")
 
85
  # Chat display area
86
  chatbox = gr.Textbox(label="", interactive=False, elem_id="chatbox", lines=12)
87
 
88
+ # Custom input field with button
89
  with gr.Row(elem_id="input-container"):
90
  message = gr.Textbox(placeholder="Type a message...", elem_id="message-input", lines=1, show_label=False)
91
  send_btn = gr.Button("Send", elem_id="send-button")