Commit
·
13f5ed0
1
Parent(s):
c077e58
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def sample_analyze_entities(text_content, your_query=""):
|
|
74 |
mentions = entity.get('Mentions', [])
|
75 |
if mentions:
|
76 |
st.write("Mentions:")
|
77 |
-
st.write(
|
78 |
|
79 |
st.write("----")
|
80 |
|
|
|
74 |
mentions = entity.get('Mentions', [])
|
75 |
if mentions:
|
76 |
st.write("Mentions:")
|
77 |
+
st.write(json.dumps(mentions))
|
78 |
|
79 |
st.write("----")
|
80 |
|