Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -124,8 +124,7 @@ with gr.Blocks() as demo:
|
|
124 |
with gr.Row():
|
125 |
with gr.Column(scale=4):
|
126 |
with gr.Column(scale=12):
|
127 |
-
user_input = gr.Textbox(show_label=False, placeholder="User Prompt...", lines=10)
|
128 |
-
container=False)
|
129 |
with gr.Column(min_width=32, scale=1):
|
130 |
submitBtn = gr.Button("Submit", variant="primary")
|
131 |
with gr.Column(scale=1):
|
|
|
124 |
with gr.Row():
|
125 |
with gr.Column(scale=4):
|
126 |
with gr.Column(scale=12):
|
127 |
+
user_input = gr.Textbox(show_label=False, placeholder="User Prompt...", lines=10, container=False)
|
|
|
128 |
with gr.Column(min_width=32, scale=1):
|
129 |
submitBtn = gr.Button("Submit", variant="primary")
|
130 |
with gr.Column(scale=1):
|