sammy786 commited on
Commit
6367cc7
·
verified ·
1 Parent(s): 6764e38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -597,16 +597,7 @@ def get_recommendation_with_agent(user_id, merchant, category, amount):
597
  ---
598
  """
599
 
600
- if llamaindex_context:
601
- output += f"""
602
-
603
- ---
604
-
605
- ### 📚 Card Benefits & Details
606
- **Powered by LlamaIndex RAG**
607
-
608
- {llamaindex_context}
609
- """
610
 
611
  # ✅ NEW: Add spending warnings
612
  if spending_warnings:
 
597
  ---
598
  """
599
 
600
+
 
 
 
 
 
 
 
 
 
601
 
602
  # ✅ NEW: Add spending warnings
603
  if spending_warnings: