Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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(
|