Randa commited on
Commit
2b0bde5
·
verified ·
1 Parent(s): 06b173c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def read_excel_data(file_path, sheet_name):
34
  # List of sample texts to read
35
  excel_file_path = "ASR_live_test.xlsx"
36
  sheet_name= 'sample_test(threshold=75%)'
37
- choices = read_excel_data(excel_file_path, sheet_name)
38
 
39
  # Similarity function
40
  def similar(a, b):
 
34
  # List of sample texts to read
35
  excel_file_path = "ASR_live_test.xlsx"
36
  sheet_name= 'sample_test(threshold=75%)'
37
+ full_test_list = read_excel_data(excel_file_path, sheet_name)
38
 
39
  # Similarity function
40
  def similar(a, b):