Vlad Bastina commited on
Commit
50c8e3f
·
1 Parent(s): d2e2a95

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ elif input_method == "Record Audio":
261
 
262
 
263
  # --- ADDED Logic for Default Example ---
264
- elif input_method == "Use Default Example":
265
  default_file_path = DEFAULT_AUDIO_FILENAME
266
  # Check if the default file exists in the script's directory
267
  if os.path.exists(default_file_path):
 
261
 
262
 
263
  # --- ADDED Logic for Default Example ---
264
+ elif input_method == "Use Default Example (Customer support call)":
265
  default_file_path = DEFAULT_AUDIO_FILENAME
266
  # Check if the default file exists in the script's directory
267
  if os.path.exists(default_file_path):