Bhaskar2611 commited on
Commit
471f1d3
·
verified ·
1 Parent(s): d9c8451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -44,6 +44,8 @@ def parse_bank_statement(text):
44
  .replace("}", "}}")
45
  .replace("%", "%%")
46
  )
 
 
47
 
48
  # Craft precise prompt for LLM
49
  prompt = f"""
 
44
  .replace("}", "}}")
45
  .replace("%", "%%")
46
  )
47
+ print(f"Original text sample: {cleaned_text[:200]}...")
48
+ print(f"Safe text sample: {safe_text[:200]}...")
49
 
50
  # Craft precise prompt for LLM
51
  prompt = f"""