Spaces:
Sleeping
Sleeping
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("
|
| 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,
|