Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ def ui():
|
|
206 |
with gr.Row():
|
207 |
seed_textbox = gr.Textbox(label="Seed", value=-1)
|
208 |
seed_button = gr.Button(
|
209 |
-
value="\U0001F3B2", elem_classes="toolbutton"
|
210 |
)
|
211 |
seed_button.click(
|
212 |
fn=lambda: gr.Textbox.update(value=random.randint(1, 1e8)),
|
|
|
206 |
with gr.Row():
|
207 |
seed_textbox = gr.Textbox(label="Seed", value=-1)
|
208 |
seed_button = gr.Button(
|
209 |
+
value="Randomize Seed \U0001F3B2", elem_classes="toolbutton"
|
210 |
)
|
211 |
seed_button.click(
|
212 |
fn=lambda: gr.Textbox.update(value=random.randint(1, 1e8)),
|