langdonholmes commited on
Commit
e7e2ae9
1 Parent(s): 78706f0

add logo to sidebar

Browse files
Files changed (2) hide show
  1. app.py +2 -0
  2. logo.png +0 -0
app.py CHANGED
@@ -56,6 +56,8 @@ def annotate(text, st_analyze_results, st_entities):
56
  st.set_page_config(page_title='Student Name Detector (English)', layout='wide')
57
 
58
  # Side bar
 
 
59
  st.sidebar.markdown(
60
  '''Detect and anonymize PII in text using an [NLP model](https://huggingface.co/langdonholmes/en_student_name_detector) [trained](https://github.com/aialoe/deidentification-pipeline) on student-generated text collected from a massive online open-enrollment course.
61
  '''
 
56
  st.set_page_config(page_title='Student Name Detector (English)', layout='wide')
57
 
58
  # Side bar
59
+ st.sidebar.image('logo.png')
60
+
61
  st.sidebar.markdown(
62
  '''Detect and anonymize PII in text using an [NLP model](https://huggingface.co/langdonholmes/en_student_name_detector) [trained](https://github.com/aialoe/deidentification-pipeline) on student-generated text collected from a massive online open-enrollment course.
63
  '''
logo.png ADDED