Update app.py
Browse files
app.py
CHANGED
|
@@ -1726,7 +1726,7 @@ Get AI-powered credit card recommendations that maximize your rewards based on:
|
|
| 1726 |
with gr.Row():
|
| 1727 |
forecast_user = gr.Dropdown(
|
| 1728 |
choices=SAMPLE_USERS,
|
| 1729 |
-
value=SAMPLE_USERS
|
| 1730 |
label="👤 Select User"
|
| 1731 |
)
|
| 1732 |
|
|
|
|
| 1726 |
with gr.Row():
|
| 1727 |
forecast_user = gr.Dropdown(
|
| 1728 |
choices=SAMPLE_USERS,
|
| 1729 |
+
value=SAMPLE_USERS[0]
|
| 1730 |
label="👤 Select User"
|
| 1731 |
)
|
| 1732 |
|