mrfakename commited on
Commit
f3e92f0
β€’
1 Parent(s): 075b135

Update app.py

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