Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
|
|
62 |
# Set the type to 'messages' to avoid the deprecation warning
|
63 |
chatbot = gr.Chatbot(type="messages")
|
64 |
with gr.Row():
|
65 |
-
user_input = gr.Textbox(show_label=False, placeholder="Enter your message..."
|
66 |
send_button = gr.Button("Send")
|
67 |
with gr.Column(scale=1):
|
68 |
with gr.Accordion("Settings", open=False):
|
|
|
62 |
# Set the type to 'messages' to avoid the deprecation warning
|
63 |
chatbot = gr.Chatbot(type="messages")
|
64 |
with gr.Row():
|
65 |
+
user_input = gr.Textbox(show_label=False, placeholder="Enter your message...")
|
66 |
send_button = gr.Button("Send")
|
67 |
with gr.Column(scale=1):
|
68 |
with gr.Accordion("Settings", open=False):
|