Futuresony commited on
Commit
3c33ff3
·
verified ·
1 Parent(s): fc55b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -593,8 +593,7 @@ Available: {match.get('Available', 'N/A')}"""
593
  print(f"Error during model generation in Pass 2: {gen_error}")
594
  final_response = "Error generating response in Pass 2."
595
 
596
-
597
- # --- Post-process Final Response from Pass 2 ---
598
  cleaned_response = final_response
599
  # Filter out the Pass 2 instructions and context markers that might bleed through
600
  lines = cleaned_response.split('\n')
 
593
  print(f"Error during model generation in Pass 2: {gen_error}")
594
  final_response = "Error generating response in Pass 2."
595
 
596
+ # --- Post-process Final Response from Pass 2 ---
 
597
  cleaned_response = final_response
598
  # Filter out the Pass 2 instructions and context markers that might bleed through
599
  lines = cleaned_response.split('\n')