blazingbunny commited on
Commit
13f5ed0
·
1 Parent(s): c077e58

Update app.py

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