FDSRashid commited on
Commit
5ca5481
·
verified ·
1 Parent(s): 478a03c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def visualize_isnad(taraf_num, yaxis):
104
  teacher_narrations = row['Hadith Count']
105
  student_narrations = student_info['Number of Narrations'].to_list()
106
  if len(student_narrations):
107
- student_narrations = teacher_narrations[0]
108
  else:
109
  student_narrations = row['Hadith Count']
110
 
 
104
  teacher_narrations = row['Hadith Count']
105
  student_narrations = student_info['Number of Narrations'].to_list()
106
  if len(student_narrations):
107
+ student_narrations = student_narrations[0]
108
  else:
109
  student_narrations = row['Hadith Count']
110