Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(title="Ubiq Chatbot") as demo:
|
|
80 |
with gr.Row():
|
81 |
with gr.Column(scale=4):
|
82 |
with gr.Column(scale=3):
|
83 |
-
user_input = gr.Textbox(show_label=False, placeholder="
|
84 |
container=False)
|
85 |
with gr.Column(min_width=32, scale=1):
|
86 |
submitBtn = gr.Button("Submit", variant="primary")
|
|
|
80 |
with gr.Row():
|
81 |
with gr.Column(scale=4):
|
82 |
with gr.Column(scale=3):
|
83 |
+
user_input = gr.Textbox(show_label=False, placeholder="input here...", lines=10).style(
|
84 |
container=False)
|
85 |
with gr.Column(min_width=32, scale=1):
|
86 |
submitBtn = gr.Button("Submit", variant="primary")
|