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

Update app.py

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