thak123 commited on
Commit
958615d
·
1 Parent(s): bd565dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
  gr.Markdown(text)
102
  button = gr.Button("Update Text")
103
 
104
- button.click(demo.update, inputs=[""], index=0)
105
  demo.launch()
106
 
107
 
 
101
  gr.Markdown(text)
102
  button = gr.Button("Update Text")
103
 
104
+ button.click(demo.update)
105
  demo.launch()
106
 
107