adit94 commited on
Commit
e2a4e07
1 Parent(s): 699d1b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -56,5 +56,9 @@ if uploaded_doc is not None:
56
  st.header('Extracted entities !! ', divider='rainbow')
57
  st.write(process_out['entities'])
58
  st.header('', divider='rainbow')
 
 
 
 
59
 
60
  ### TO RUN :: streamlit run ui_app.py
 
56
  st.header('Extracted entities !! ', divider='rainbow')
57
  st.write(process_out['entities'])
58
  st.header('', divider='rainbow')
59
+ st.header('Identified personal entities ', divider='rainbow')
60
+ st.write(process_out['masked_entities'])
61
+ st.header('Identified personal entities ', divider='rainbow')
62
+ st.write(process_out['masked_text'])
63
 
64
  ### TO RUN :: streamlit run ui_app.py