Skip to content

Commit 2bb7c05

Browse files
committed
more gradio upgrades
1 parent ef797d3 commit 2bb7c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def create_demo():
129129
answer_output = gr.Markdown(
130130
label="Answer",
131131
value="Response will appear here after asking a question.",
132-
show_copy_button=True
132+
buttons=['copy']
133133
)
134134
with gr.Column():
135135
sources_output = gr.Markdown(

0 commit comments

Comments
 (0)