Spaces:
Running
Running
chore: update default cupom
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks() as demo:
|
|
105 |
url_input = gr.Textbox(label="Product URL", placeholder="Enter product URL here...")
|
106 |
store_name_input = gr.Textbox(label="Store Name (e.g., O Boticário)", placeholder="Enter store name...")
|
107 |
|
108 |
-
main_cupom_input = gr.Textbox(label="Main Cupom (e.g., PRIMEIRACOMPRA)", value="
|
109 |
main_cupom_discount_percentage_input = gr.Number(label="Main Cupom Discount Percentage (e.g., 20 for 20%)", value=15, minimum=0, maximum=100)
|
110 |
cupom_1_input = gr.Textbox(label="Cupom 1 (e.g., AMIGO15)", placeholder="Enter first coupon code...")
|
111 |
original_price_input = gr.Number(label="Original Price (Optional)", value=0, minimum=0)
|
|
|
105 |
url_input = gr.Textbox(label="Product URL", placeholder="Enter product URL here...")
|
106 |
store_name_input = gr.Textbox(label="Store Name (e.g., O Boticário)", placeholder="Enter store name...")
|
107 |
|
108 |
+
main_cupom_input = gr.Textbox(label="Main Cupom (e.g., PRIMEIRACOMPRA)", value="MINHALOJATAON")
|
109 |
main_cupom_discount_percentage_input = gr.Number(label="Main Cupom Discount Percentage (e.g., 20 for 20%)", value=15, minimum=0, maximum=100)
|
110 |
cupom_1_input = gr.Textbox(label="Cupom 1 (e.g., AMIGO15)", placeholder="Enter first coupon code...")
|
111 |
original_price_input = gr.Number(label="Original Price (Optional)", value=0, minimum=0)
|