sammy786 commited on
Commit
e3d42e6
·
verified ·
1 Parent(s): 0fb0073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ def get_recommendation_with_agent(user_id, merchant, category, amount):
297
  yield f"❌ **Error:** {str(e)}\n\nPlease check the orchestrator service or try again.", None
298
 
299
 
300
- def create_agent_recommendation_chart(result: Dict) -> go.Figure:
301
  """Create enhanced chart showing agent's recommendation with alternatives"""
302
  try:
303
  # Extract recommendation data
 
297
  yield f"❌ **Error:** {str(e)}\n\nPlease check the orchestrator service or try again.", None
298
 
299
 
300
+ def create_agent_recommendation_chart_enhanced(result: Dict) -> go.Figure:
301
  """Create enhanced chart showing agent's recommendation with alternatives"""
302
  try:
303
  # Extract recommendation data