FDSRashid commited on
Commit
f4fde07
·
verified ·
1 Parent(s): 6a7641c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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