Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ st.title("Common NLP Tasks")
|
|
6 |
st.subheader(":point_left: Use the menu on the left to select a NLP task (click on > if closed).")
|
7 |
"""
|
8 |
[![](https://img.shields.io/github/followers/OOlajide?label=OOlajide&style=social)](https://gitHub.com/OOlajide)
|
9 |
-
|
10 |
"""
|
11 |
expander = st.sidebar.expander("About")
|
12 |
expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
|
|
|
6 |
st.subheader(":point_left: Use the menu on the left to select a NLP task (click on > if closed).")
|
7 |
"""
|
8 |
[![](https://img.shields.io/github/followers/OOlajide?label=OOlajide&style=social)](https://gitHub.com/OOlajide)
|
9 |
+
[![](https://img.shields.io/twitter/follow/sageOlamide?label=@sageOlamide&style=social)](https://twitter.com/sageOlamide)
|
10 |
"""
|
11 |
expander = st.sidebar.expander("About")
|
12 |
expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
|