Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -312,7 +312,7 @@ def create_interface():
|
|
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=
|
316 |
|
317 |
# This function is called when the button is clicked
|
318 |
def on_submit(api_key_from_ui, quote, niche, target, keywords):
|
|
|
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=24, interactive=True) # Make output selectable
|
316 |
|
317 |
# This function is called when the button is clicked
|
318 |
def on_submit(api_key_from_ui, quote, niche, target, keywords):
|