eliwill commited on
Commit
8051455
·
1 Parent(s): b1f5066

Remove extra bracket

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
47
  headers=["Quotes"],
48
  max_rows=5,
49
  interactive=False,
50
- wrap=True)]
51
  )
52
  btn = gr.Button("Run")
53
  btn.click(fn=update, inputs=inp, outputs=[out1,out2])
 
47
  headers=["Quotes"],
48
  max_rows=5,
49
  interactive=False,
50
+ wrap=True)
51
  )
52
  btn = gr.Button("Run")
53
  btn.click(fn=update, inputs=inp, outputs=[out1,out2])