FDSRashid commited on
Commit
44e4b40
ยท
1 Parent(s): 1063eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ max_year = int(taraf_info['Year'].max())
21
 
22
 
23
  features = Features({'Rawi ID': Value('int32'), 'Famous Name': Value('string'), 'Narrator Rank': Value('string'), 'Number of Narrations': Value('string')})
24
- narrator_bios = load_dataset("FDSRashid/hadith_info", data_files = 'Teacher_Bios.csv', token = HF_Token,features=features )
25
  narrator_bios = narrator_bios['train'].to_pandas()
26
  narrator_bios.loc[49845, 'Narrator Rank'] = 'ุฑุณูˆู„ ุงู„ู„ู‡'
27
  narrator_bios.loc[49845, 'Number of Narrations'] = 0
 
21
 
22
 
23
  features = Features({'Rawi ID': Value('int32'), 'Famous Name': Value('string'), 'Narrator Rank': Value('string'), 'Number of Narrations': Value('string')})
24
+ narrator_bios = load_dataset("FDSRashid/hadith_info", data_files = 'Teacher_Bios.csv', token = Secret_token,features=features )
25
  narrator_bios = narrator_bios['train'].to_pandas()
26
  narrator_bios.loc[49845, 'Narrator Rank'] = 'ุฑุณูˆู„ ุงู„ู„ู‡'
27
  narrator_bios.loc[49845, 'Number of Narrations'] = 0