mroccuper commited on
Commit
0e3b586
·
verified ·
1 Parent(s): 46e0e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ def create_interface():
290
  gr.Markdown("# Amazon Merch on Demand Listing Generator")
291
  gr.Markdown("Generate SEO-optimized t-shirt and apparel listings for Amazon Merch on Demand using Gemini AI. Character limits are enforced.")
292
 
293
- with gr.Row(equal=True):
294
  with gr.Column(scale=1):
295
  # API Key input is now mandatory here
296
  api_key_ui = gr.Textbox(
 
290
  gr.Markdown("# Amazon Merch on Demand Listing Generator")
291
  gr.Markdown("Generate SEO-optimized t-shirt and apparel listings for Amazon Merch on Demand using Gemini AI. Character limits are enforced.")
292
 
293
+ with gr.Row():
294
  with gr.Column(scale=1):
295
  # API Key input is now mandatory here
296
  api_key_ui = gr.Textbox(