sammy786 commited on
Commit
4d93085
·
verified ·
1 Parent(s): 698863e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -429,6 +429,7 @@ Get AI-powered credit card recommendations that maximize your rewards based on:
429
  value="✨ Select a category and merchant, then click 'Get Recommendation'",
430
  elem_classes=["recommendation-output"]
431
  )
 
432
 
433
  def update_merchant_choices(category):
434
  """Update merchant dropdown based on selected category"""
 
429
  value="✨ Select a category and merchant, then click 'Get Recommendation'",
430
  elem_classes=["recommendation-output"]
431
  )
432
+ recommendation_chart = gr.Plot()
433
 
434
  def update_merchant_choices(category):
435
  """Update merchant dropdown based on selected category"""