Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks(css=css) as app:
|
|
197 |
|
198 |
with gr.Row(elem_id="button-container"):
|
199 |
generate_button = gr.Button("QUIERO VER MI SUEÑO", elem_id="generate-button", variant="primary")
|
200 |
-
reset_button = gr.
|
201 |
|
202 |
with gr.Column(scale=1):
|
203 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|
|
|
197 |
|
198 |
with gr.Row(elem_id="button-container"):
|
199 |
generate_button = gr.Button("QUIERO VER MI SUEÑO", elem_id="generate-button", variant="primary")
|
200 |
+
reset_button = gr.HTML('<button id="reset-button" style="width: 100%; padding: 10px; background-color: #f5f5f5; color: #333; border: 1px solid black; cursor: pointer;">REINICIAR MI SUEÑO</button>')
|
201 |
|
202 |
with gr.Column(scale=1):
|
203 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|