Commit
·
af09627
1
Parent(s):
aa12a9f
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
with gr.Row():
|
95 |
with gr.Column(scale=4):
|
96 |
with gr.Column(scale=12):
|
97 |
-
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=10)
|
98 |
-
container=False)
|
99 |
with gr.Column(min_width=32, scale=1):
|
100 |
submitBtn = gr.Button("Submit", variant="primary")
|
101 |
with gr.Column(scale=1):
|
|
|
94 |
with gr.Row():
|
95 |
with gr.Column(scale=4):
|
96 |
with gr.Column(scale=12):
|
97 |
+
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=10)
|
|
|
98 |
with gr.Column(min_width=32, scale=1):
|
99 |
submitBtn = gr.Button("Submit", variant="primary")
|
100 |
with gr.Column(scale=1):
|