mroccuper commited on
Commit
5fe4cbb
·
verified ·
1 Parent(s): 2509963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=23, 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):
 
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):