tomrb commited on
Commit
fb3bb6d
1 Parent(s): 1268aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,9 +44,9 @@ with gr.Blocks() as demo:
44
 
45
 
46
  input_text = gr.Textbox(label="Input", lines=6)
47
- buton = gr.Button("Submit ")
48
- buton.click(generate, inputs=[input_text], outputs=output_text)
49
  output_text = gr.Textbox(lines=6, label="Output")
 
50
 
51
 
52
  gr.HTML("""
 
44
 
45
 
46
  input_text = gr.Textbox(label="Input", lines=6)
47
+ buton = gr.Button("Submit ")
 
48
  output_text = gr.Textbox(lines=6, label="Output")
49
+ buton.click(generate, inputs=[input_text], outputs=output_text)
50
 
51
 
52
  gr.HTML("""