vickeee465 commited on
Commit
ed10ca1
·
1 Parent(s): b8d019f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def prepare_heatmap_data(data):
100
  return heatmap_data
101
 
102
 
103
- def plot_emotion_heatmap_colored(heatmap_data, emotion_colors):
104
  heatmap_data = heatmap_data.T # Transpose to: rows = emotions, cols = sentences
105
 
106
  # Normalize all values to [0, 1] for each emotion
 
100
  return heatmap_data
101
 
102
 
103
+ def plot_emotion_heatmap(heatmap_data):
104
  heatmap_data = heatmap_data.T # Transpose to: rows = emotions, cols = sentences
105
 
106
  # Normalize all values to [0, 1] for each emotion