mrfakename commited on
Commit
3e0bcaf
·
verified ·
1 Parent(s): 9ed5456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -489,8 +489,8 @@ with gr.Blocks() as vote:
489
  gr.Markdown(INSTR)
490
  with gr.Group():
491
  with gr.Row():
492
- text = gr.Textbox(label="Enter text to synthesize", info="By entering text, you certify that it is either in the public domain or, if you are its author, you dedicate it into the public domain. You also must agree to the privacy statement in the About page.")
493
- randomt = gr.Button('🎲')
494
  randomt.click(randomsent, outputs=[text, randomt])
495
  btn = gr.Button("Synthesize", variant='primary')
496
  model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
 
489
  gr.Markdown(INSTR)
490
  with gr.Group():
491
  with gr.Row():
492
+ text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", scale=9999999)
493
+ randomt = gr.Button('🎲', scale=1)
494
  randomt.click(randomsent, outputs=[text, randomt])
495
  btn = gr.Button("Synthesize", variant='primary')
496
  model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)