reab5555 commited on
Commit
1e49c3d
·
verified ·
1 Parent(s): 13068b4

Update visualization.py

Browse files
Files changed (1) hide show
  1. visualization.py +1 -1
visualization.py CHANGED
@@ -10,7 +10,7 @@ def create_charts(results):
10
  explanations[speaker_id] = {}
11
 
12
  # Extract the actual name from the speaker_id
13
- speaker_name = speaker_id.split(": ", 1)[-1]
14
 
15
  # Attachment Styles
16
  attachment_data = data['attachments']
 
10
  explanations[speaker_id] = {}
11
 
12
  # Extract the actual name from the speaker_id
13
+ speaker_name = speaker_id
14
 
15
  # Attachment Styles
16
  attachment_data = data['attachments']