mzameshina commited on
Commit
d80ce31
·
verified ·
1 Parent(s): bf733f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -743,9 +743,10 @@ with demo:
743
  )
744
 
745
 
 
746
  ########################## Presidio ##########################
747
  gr.Markdown("<hr />")
748
- gr.Markdown("## Step 3: De-identify the document and the prompt")
749
  gr.Markdown(
750
  """This step will demonstrate de-identification using both FHE and Presidio methods.
751
  The same prompt will be used for both to allow for direct comparison.""")
 
743
  )
744
 
745
 
746
+
747
  ########################## Presidio ##########################
748
  gr.Markdown("<hr />")
749
+ gr.Markdown("## Step 3: De-identify the prompt using Presidio")
750
  gr.Markdown(
751
  """This step will demonstrate de-identification using both FHE and Presidio methods.
752
  The same prompt will be used for both to allow for direct comparison.""")