blazingbunny commited on
Commit
0b7d565
·
verified ·
1 Parent(s): 0a84f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: