mandaliya commited on
Commit
e058e0e
·
verified ·
1 Parent(s): c67e137

Update presidio_streamlit.py

Browse files
Files changed (1) hide show
  1. presidio_streamlit.py +0 -30
presidio_streamlit.py CHANGED
@@ -234,36 +234,6 @@ with st_deny_allow_expander:
234
  )
235
  # Main panel
236
 
237
- with st.expander("About this demo", expanded=False):
238
- st.info(
239
- """Presidio is an open source customizable framework for PII detection and de-identification.
240
- \n\n[Code](https://aka.ms/presidio) |
241
- [Tutorial](https://microsoft.github.io/presidio/tutorial/) |
242
- [Installation](https://microsoft.github.io/presidio/installation/) |
243
- [FAQ](https://microsoft.github.io/presidio/faq/) |
244
- [Feedback](https://forms.office.com/r/9ufyYjfDaY) |"""
245
- )
246
-
247
- st.info(
248
- """
249
- Use this demo to:
250
- - Experiment with different off-the-shelf models and NLP packages.
251
- - Explore the different de-identification options, including redaction, masking, encryption and more.
252
- - Generate synthetic text with Microsoft Presidio and OpenAI.
253
- - Configure allow and deny lists.
254
-
255
- This demo website shows some of Presidio's capabilities.
256
- [Visit our website](https://microsoft.github.io/presidio) for more info,
257
- samples and deployment options.
258
- """
259
- )
260
-
261
- st.markdown(
262
- "[![Pypi Downloads](https://img.shields.io/pypi/dm/presidio-analyzer.svg)](https://img.shields.io/pypi/dm/presidio-analyzer.svg)" # noqa
263
- "[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)"
264
- "![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/presidio?style=social)"
265
- )
266
-
267
  analyzer_load_state = st.info("Starting Presidio analyzer...")
268
 
269
  analyzer_load_state.empty()
 
234
  )
235
  # Main panel
236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  analyzer_load_state = st.info("Starting Presidio analyzer...")
238
 
239
  analyzer_load_state.empty()