Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ def create_interface():
|
|
310 |
)
|
311 |
submit_btn = gr.Button("Generate Amazon Listing", variant="primary")
|
312 |
|
313 |
-
with gr.Column(scale=2):
|
314 |
status = gr.Textbox(label="Status", value="Ready", interactive=False, lines=1)
|
315 |
output = gr.Textbox(label="Generated Amazon Listing", lines=25, interactive=True) # Make output selectable
|
316 |
|
|
|
310 |
)
|
311 |
submit_btn = gr.Button("Generate Amazon Listing", variant="primary")
|
312 |
|
313 |
+
with gr.Column(scale=2).style(container=True):
|
314 |
status = gr.Textbox(label="Status", value="Ready", interactive=False, lines=1)
|
315 |
output = gr.Textbox(label="Generated Amazon Listing", lines=25, interactive=True) # Make output selectable
|
316 |
|