AlGe commited on
Commit
4b76708
·
verified ·
1 Parent(s): 301cb44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def generate_charts(ner_output_ext: dict) -> Tuple[go.Figure, np.ndarray]:
105
  paper_bgcolor='rgba(0,0,0,0)'
106
  )
107
  # Generate word cloud
108
- wordcloud_image = generate_wordcloud(ner_output_bin['entities'], bin_color_map, "dh3.png")
109
 
110
  return fig2, wordcloud_image
111
 
 
105
  paper_bgcolor='rgba(0,0,0,0)'
106
  )
107
  # Generate word cloud
108
+ wordcloud_image = generate_wordcloud(ner_output_ext['entities'], ext_color_map, "dh3.png")
109
 
110
  return fig2, wordcloud_image
111