Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -339,7 +339,7 @@ def visualize_narrator_taraf(taraf_num, narrator, yaxis):
|
|
339 |
for n in node:
|
340 |
if n not in list(end_node.keys()):
|
341 |
end_node[n] = []
|
342 |
-
end_node[n].append(i)
|
343 |
|
344 |
|
345 |
|
|
|
339 |
for n in node:
|
340 |
if n not in list(end_node.keys()):
|
341 |
end_node[n] = []
|
342 |
+
end_node[n].append(str(i))
|
343 |
|
344 |
|
345 |
|