Spaces:
Runtime error
Runtime error
Update visualization.py
Browse files- 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
|
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']
|