OOlajide commited on
Commit
e3c1d01
1 Parent(s): 958f82d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -4,11 +4,10 @@ from transformers import pipeline
4
  st.set_page_config(page_title="Common NLP Tasks")
5
  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
- [![Star](https://img.shields.io/github/stars/dlopezyse/Synthia.svg?logo=github&style=social)](https://gitHub.com/OOlajide/Synthia)
9
- &nbsp[![Follow](https://img.shields.io/twitter/follow/lopezyse?style=social)](https://www.twitter.com/sageOlamide)
10
- """
11
-
12
 
13
  expander = st.sidebar.expander("About")
14
  expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
 
4
  st.set_page_config(page_title="Common NLP Tasks")
5
  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
+ [![Star](https://img.shields.io/github/stars/dlopezyse/Synthia.svg?logo=github&style=social)](https://gitHub.com/OOlajide/Synthia)
9
+ &nbsp[![Follow](https://img.shields.io/twitter/follow/lopezyse?style=social)](https://www.twitter.com/sageOlamide)
10
+ """
 
11
 
12
  expander = st.sidebar.expander("About")
13
  expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")