Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ st.sidebar.markdown("""
|
|
21 |
|
22 |
# Google Cloud NLP Text Classifier Description
|
23 |
st.title("Google Cloud NLP Text Classifier")
|
24 |
-
st.write("This tool is designed to classify text into predefined categories using Google's Natural Language Processing (NLP) technology. By using this tool, you can gain insights into the themes or subjects that the text covers, which can be especially useful for tasks like content analysis, market research, and SEO (Search Engine Optimization).")
|
25 |
|
26 |
def sample_classify_text(text_content):
|
27 |
try:
|
|
|
21 |
|
22 |
# Google Cloud NLP Text Classifier Description
|
23 |
st.title("Google Cloud NLP Text Classifier")
|
24 |
+
st.write("This tool is designed to classify text into predefined categories using Google's Natural Language Processing (NLP) technology. By using this tool, you can gain insights into the themes or subjects that the text covers, which can be especially useful for tasks like content analysis, market research, and SEO (Search Engine Optimization).https://cloud.google.com/natural-language/docs/classifying-text")
|
25 |
|
26 |
def sample_classify_text(text_content):
|
27 |
try:
|