dschandra commited on
Commit
47c0034
·
verified ·
1 Parent(s): dddcc4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def process_audio():
212
  os.unlink(converted_file.name)
213
 
214
  # Updated Email Handling
215
- ddef process_command(command):
216
  global awaiting_preference, current_category, awaiting_quantity, cart, awaiting_item_selection, user_email, user_name
217
 
218
  logging.info(f"Processing command: {command}") # Indentation fixed
 
212
  os.unlink(converted_file.name)
213
 
214
  # Updated Email Handling
215
+ def process_command(command):
216
  global awaiting_preference, current_category, awaiting_quantity, cart, awaiting_item_selection, user_email, user_name
217
 
218
  logging.info(f"Processing command: {command}") # Indentation fixed