BICORP commited on
Commit
f080a21
·
verified ·
1 Parent(s): 47b6ea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def create_interface():
53
 
54
  # Input area
55
  with gr.Row():
56
- user_input = gr.Textbox(label="Type your message here...", placeholder="Enter your message...", interactive=True)
57
  send_button = gr.Button("Send")
58
 
59
  # Settings section
 
53
 
54
  # Input area
55
  with gr.Row():
56
+ user_input = gr.Textbox(label="Type your message here...", placeholder="Enter your message...", interactive=True, elem_id="user_input")
57
  send_button = gr.Button("Send")
58
 
59
  # Settings section