Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,12 @@ from transformers import pipeline
|
|
| 3 |
|
| 4 |
st.set_page_config(page_title="Common NLP Tasks")
|
| 5 |
st.title("Common NLP Tasks")
|
| 6 |
-
st.subheader("Use the menu on the left to select a NLP task (click on > if closed).")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
expander = st.sidebar.expander("About")
|
| 9 |
expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
|
|
|
|
| 3 |
|
| 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 |
+
[](https://gitHub.com/OOlajide/Synthia)
|
| 9 |
+
 [](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.")
|