heliosbrahma
commited on
Commit
•
b89c30c
1
Parent(s):
9a9efc3
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
|
|
59 |
label="Keywords (separated by commas)",
|
60 |
placeholder="black shoes, leather shoes for men, water resistant",
|
61 |
)
|
62 |
-
product_description = gr.Markdown(label="Product Description")
|
63 |
click_button = gr.Button(value="Generate Description!")
|
64 |
click_button.click(
|
65 |
product_desc_generator, [product_name, keywords], product_description
|
|
|
59 |
label="Keywords (separated by commas)",
|
60 |
placeholder="black shoes, leather shoes for men, water resistant",
|
61 |
)
|
62 |
+
product_description = gr.Markdown(label="Product Description", show_label=True, line_breaks=True)
|
63 |
click_button = gr.Button(value="Generate Description!")
|
64 |
click_button.click(
|
65 |
product_desc_generator, [product_name, keywords], product_description
|