Spaces:
Runtime error
Runtime error
Fix typos
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ with gr.Blocks() as demo:
|
|
343 |
# cache_examples=True
|
344 |
),
|
345 |
with gr.Tab("Compare between versions"):
|
346 |
-
btn_com = gr.Button(value="
|
347 |
btn_com.click(fn=copy_to_clipboard, inputs=[output_1], outputs=[])
|
348 |
with gr.Row():
|
349 |
com_1 = gr.Textbox(label="Non-update Article", lines=25)
|
|
|
343 |
# cache_examples=True
|
344 |
),
|
345 |
with gr.Tab("Compare between versions"):
|
346 |
+
btn_com = gr.Button(value="Differences Highlighting")
|
347 |
btn_com.click(fn=copy_to_clipboard, inputs=[output_1], outputs=[])
|
348 |
with gr.Row():
|
349 |
com_1 = gr.Textbox(label="Non-update Article", lines=25)
|