ProfessorLeVesseur commited on
Commit
8f06cb3
·
verified ·
1 Parent(s): 9cc96e3

Update pages/01_Parts of Speech Annotation.py

Browse files
pages/01_Parts of Speech Annotation.py CHANGED
@@ -19,7 +19,7 @@ nlp = spacy.load("en_core_web_sm")
19
 
20
  # Streamlit page setup
21
  # icon = Image.open("MTSS.ai_Icon.png")
22
- icon = Image.open("/Users/cheynelevesseur/Desktop/Python_Code/LLM_Projects/LLM_Prxmpting/MTSS.ai_Icon.png")
23
  st.set_page_config(
24
  page_title="Kaleidoscope | Text Annotation",
25
  page_icon=icon,
 
19
 
20
  # Streamlit page setup
21
  # icon = Image.open("MTSS.ai_Icon.png")
22
+ icon = Image.open("MTSS.ai_Icon.png")
23
  st.set_page_config(
24
  page_title="Kaleidoscope | Text Annotation",
25
  page_icon=icon,