Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="""
|
|
69 |
}
|
70 |
""") as app:
|
71 |
with gr.Row(elem_id="row"):
|
72 |
-
text_input = gr.Textbox(label="Your message", placeholder="Type your message...",
|
73 |
submit_btn = gr.Button(
|
74 |
"send",
|
75 |
variant="primary",
|
|
|
69 |
}
|
70 |
""") as app:
|
71 |
with gr.Row(elem_id="row"):
|
72 |
+
text_input = gr.Textbox(label="Your message", placeholder="Type your message...", lines=1, max_lines=1, css_classes="flex-grow")
|
73 |
submit_btn = gr.Button(
|
74 |
"send",
|
75 |
variant="primary",
|