Spaces:
Sleeping
Sleeping
Commit
·
e054f20
1
Parent(s):
127ae0e
Update app.py
Browse files
app.py
CHANGED
@@ -21,10 +21,8 @@ st.sidebar.markdown("""
|
|
21 |
|
22 |
# Header and intro
|
23 |
st.title("Google Cloud NLP Entity Analyzer")
|
24 |
-
st.write("""
|
25 |
-
|
26 |
-
""")
|
27 |
-
st.write("---")
|
28 |
|
29 |
|
30 |
def sample_analyze_entities(text_content, your_query=""):
|
|
|
21 |
|
22 |
# Header and intro
|
23 |
st.title("Google Cloud NLP Entity Analyzer")
|
24 |
+
st.write("""The "Google Cloud NLP Entity Analyzer" is a powerful tool designed to analyze text and identify various types of entities such as people, locations, organizations, and events. Leveraging Google's Natural Language Processing (NLP) technology, this tool provides insights into how Google understands text, which can be particularly useful for Search Engine Optimization (SEO) efforts. It also serves as an interface to the Google Knowledge Graph API, providing additional contextual information about the identified entities.""")
|
25 |
+
|
|
|
|
|
26 |
|
27 |
|
28 |
def sample_analyze_entities(text_content, your_query=""):
|