Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,8 @@ def visualize_isnad(taraf_num, yaxis):
|
|
123 |
teacher_rank = teacher_rank[0]
|
124 |
else:
|
125 |
teacher_rank = 'فلان'
|
126 |
-
|
|
|
127 |
if len(student_rank):
|
128 |
student_rank = student_rank[0]
|
129 |
else:
|
|
|
123 |
teacher_rank = teacher_rank[0]
|
124 |
else:
|
125 |
teacher_rank = 'فلان'
|
126 |
+
|
127 |
+
student_rank = student_info["Narrator Rank"].to_list()
|
128 |
if len(student_rank):
|
129 |
student_rank = student_rank[0]
|
130 |
else:
|