OOlajide commited on
Commit
674435c
·
1 Parent(s): 43c227c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- &nbsp[![](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.")
 
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.")