Spaces:
Runtime error
Runtime error
(Bill) Yuchen Lin
commited on
Commit
•
e549fa9
1
Parent(s):
d39adb8
change label
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
|
|
109 |
ex_uuid.visible = False
|
110 |
with gr.Column(scale=3):
|
111 |
output=gr.Textbox(label="Output BIB (Note that you can copy the output bib file by clicking the top-right button.)").style(show_copy_button=True, interactive=False)
|
112 |
-
download_btn = gr.Button("
|
113 |
download_content = gr.outputs.File()
|
114 |
download_content.visible = False
|
115 |
def download_file(ex_uuid):
|
|
|
109 |
ex_uuid.visible = False
|
110 |
with gr.Column(scale=3):
|
111 |
output=gr.Textbox(label="Output BIB (Note that you can copy the output bib file by clicking the top-right button.)").style(show_copy_button=True, interactive=False)
|
112 |
+
download_btn = gr.Button("Generate Bib File")
|
113 |
download_content = gr.outputs.File()
|
114 |
download_content.visible = False
|
115 |
def download_file(ex_uuid):
|