ndurner commited on
Commit
3ea4ea5
·
verified ·
1 Parent(s): 56e9da8

Update presidio_streamlit.py

Browse files
Files changed (1) hide show
  1. presidio_streamlit.py +2 -2
presidio_streamlit.py CHANGED
@@ -21,7 +21,7 @@ from presidio_helpers import (
21
  )
22
 
23
  st.set_page_config(
24
- page_title="Presidio demo",
25
  layout="wide",
26
  initial_sidebar_state="expanded",
27
  menu_items={
@@ -39,7 +39,7 @@ allow_other_models = os.getenv("ALLOW_OTHER_MODELS", False)
39
  # Sidebar
40
  st.sidebar.header(
41
  """
42
- PII De-Identification with [Microsoft Presidio](https://microsoft.github.io/presidio/)
43
  """
44
  )
45
 
 
21
  )
22
 
23
  st.set_page_config(
24
+ page_title="Presidio Testground (do not use)",
25
  layout="wide",
26
  initial_sidebar_state="expanded",
27
  menu_items={
 
39
  # Sidebar
40
  st.sidebar.header(
41
  """
42
+ De-Identification Testground with [Microsoft Presidio](https://microsoft.github.io/presidio/)
43
  """
44
  )
45