zhaokeyao1
commited on
Commit
•
36e902c
1
Parent(s):
f29bd44
Update up
Browse files
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("
|
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 |
|