Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|