Update app.py
Browse files
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"""
|