mzameshina commited on
Commit
025fe8b
1 Parent(s): 1238607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -708,7 +708,7 @@ with demo:
708
  gr.Markdown("## Step 3: De-identify the document and the prompt")
709
  gr.Markdown(
710
  """This step will demonstrate de-identification using both FHE and Presidio methods.
711
- The same prompt will be used for both to allow for direct comparison."""
712
 
713
  with gr.Row():
714
  run_presidio_btn = gr.Button("De-identify using Presidio")
 
708
  gr.Markdown("## Step 3: De-identify the document and the prompt")
709
  gr.Markdown(
710
  """This step will demonstrate de-identification using both FHE and Presidio methods.
711
+ The same prompt will be used for both to allow for direct comparison.""")
712
 
713
  with gr.Row():
714
  run_presidio_btn = gr.Button("De-identify using Presidio")