Nick088 commited on
Commit
70580bd
1 Parent(s): b7378cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)),