katielink commited on
Commit
34c89ca
·
1 Parent(s): dbba0b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as demo:
20
  with gr.Column():
21
  input_text = gr.Textbox(label = "Write your text here", lines=4)
22
  with gr.Row():
23
- btn = gr.Button("Generate")
24
 
25
  example_text = gr.Dataset(components=[input_text], samples=examples)
26
  example_text.click(fn=set_example,
 
20
  with gr.Column():
21
  input_text = gr.Textbox(label = "Write your text here", lines=4)
22
  with gr.Row():
23
+ btn = gr.Button("Generate")
24
 
25
  example_text = gr.Dataset(components=[input_text], samples=examples)
26
  example_text.click(fn=set_example,