theQuert commited on
Commit
cb95565
1 Parent(s): d7c7e24
Files changed (1) hide show
  1. app.py +1 -1
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="Differnces 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)
 
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)