Spaces:
Running
Running
Update presidio_streamlit.py
Browse files- 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
|
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 |
-
|
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 |
|