Update app.py
Browse files
app.py
CHANGED
|
@@ -338,8 +338,8 @@ def visualize_narrator_taraf(taraf_num, narrator, yaxis):
|
|
| 338 |
matns_with_narrator.append(taraf_hadith[i])
|
| 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 |
|
|
|
|
| 338 |
matns_with_narrator.append(taraf_hadith[i])
|
| 339 |
for n in node:
|
| 340 |
if n not in list(end_node.keys()):
|
| 341 |
+
end_node[str(n)] = []
|
| 342 |
+
end_node[str(n)].append(i)
|
| 343 |
|
| 344 |
|
| 345 |
|