Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ button {
|
|
78 |
|
79 |
button.primary {
|
80 |
background-color: green; /* Fondo verde para el bot贸n 'Generate' */
|
81 |
-
color:
|
82 |
}
|
83 |
|
84 |
button.secondary {
|
@@ -127,7 +127,7 @@ with gr.Blocks(css=css) as app:
|
|
127 |
strength = gr.Slider(label="Strength", value=0.7, minimum=0, maximum=1, step=0.001)
|
128 |
|
129 |
with gr.Row(elem_id="button-row"):
|
130 |
-
generate_button = gr.Button("
|
131 |
|
132 |
with gr.Column(scale=1):
|
133 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|
|
|
78 |
|
79 |
button.primary {
|
80 |
background-color: green; /* Fondo verde para el bot贸n 'Generate' */
|
81 |
+
color: black; /* Texto negro en el bot贸n 'Generate' */
|
82 |
}
|
83 |
|
84 |
button.secondary {
|
|
|
127 |
strength = gr.Slider(label="Strength", value=0.7, minimum=0, maximum=1, step=0.001)
|
128 |
|
129 |
with gr.Row(elem_id="button-row"):
|
130 |
+
generate_button = gr.Button("QUIERO VER MI SUE脩O", elem_id="generate-button", variant="primary")
|
131 |
|
132 |
with gr.Column(scale=1):
|
133 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|