zhaokeyao1 commited on
Commit
898f4bc
1 Parent(s): 9b777c5
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,10 +46,10 @@ with gr.Blocks() as demo:
46
  </style>
47
 
48
  <div class="container">
49
- <h1>��̬���½���ʾ��</h1>
50
- <button id="custom-button" onclick="update()">���½���</button>
51
  <div id="update-area">
52
- �����ť���������������
53
  </div>
54
  </div>
55
  """)
 
46
  </style>
47
 
48
  <div class="container">
49
+ <h1>Update Example</h1>
50
+ <button id="custom-button" onclick="update()">Update button</button>
51
  <div id="update-area">
52
+ press here to update
53
  </div>
54
  </div>
55
  """)