AlGe commited on
Commit
2461e4f
·
verified ·
1 Parent(s): 4b76708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def generate_charts(ner_output_ext: dict) -> Tuple[go.Figure, np.ndarray]:
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
 
112
  def generate_wordcloud(entities: List[Dict], color_map: Dict[str, str], file_path: str) -> np.ndarray:
113
  # Construct the absolute path
 
107
  # Generate word cloud
108
  wordcloud_image = generate_wordcloud(ner_output_ext['entities'], ext_color_map, "dh3.png")
109
 
110
+ return fig1, wordcloud_image
111
 
112
  def generate_wordcloud(entities: List[Dict], color_map: Dict[str, str], file_path: str) -> np.ndarray:
113
  # Construct the absolute path