Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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 |
|