zhaokeyao1 commited on
Commit
36e902c
1 Parent(s): f29bd44
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ with gr.Blocks() as demo:
53
  </div>
54
  </div>
55
  """)
56
- output = gr.Textbox(label="��������")
57
- update_button = gr.Button("����", visible=False)
58
 
59
  update_button.click(fn=update_content, inputs=[], outputs=[output])
60
 
 
53
  </div>
54
  </div>
55
  """)
56
+ output = gr.Textbox(label="Update the content")
57
+ update_button = gr.Button("UUpdate", visible=False)
58
 
59
  update_button.click(fn=update_content, inputs=[], outputs=[output])
60