mrfakename commited on
Commit
c09bde4
β€’
1 Parent(s): 32b94cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -554,7 +554,7 @@ with gr.Blocks() as vote:
554
  with gr.Group():
555
  with gr.Row():
556
  text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", lines=1, max_lines=1, scale=9999999, min_width=0)
557
- randomt = gr.Button('🎲', scale=0, min_width=0)
558
  randomt.click(randomsent, outputs=[text, randomt])
559
  btn = gr.Button("Synthesize", variant='primary')
560
  model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
 
554
  with gr.Group():
555
  with gr.Row():
556
  text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", lines=1, max_lines=1, scale=9999999, min_width=0)
557
+ randomt = gr.Button('🎲', scale=0, min_width=0, variant='tool')
558
  randomt.click(randomsent, outputs=[text, randomt])
559
  btn = gr.Button("Synthesize", variant='primary')
560
  model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)