Randa commited on
Commit
b687b19
·
verified ·
1 Parent(s): ae7ada0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def read_excel_data(file_path, sheet_name):
30
 
31
 
32
  # List of sample texts to read
33
- excel_file_path = "dataset/ASR_live_test.xlsx"
34
  sheet_name= 'sample_test'
35
  choices = read_excel_data(excel_file_path, sheet_name)
36
 
 
30
 
31
 
32
  # List of sample texts to read
33
+ excel_file_path = "ASR_live_test.xlsx"
34
  sheet_name= 'sample_test'
35
  choices = read_excel_data(excel_file_path, sheet_name)
36