Update app.py
Browse files
app.py
CHANGED
|
@@ -1822,7 +1822,7 @@ Get AI-powered credit card recommendations that maximize your rewards based on:
|
|
| 1822 |
with gr.Row():
|
| 1823 |
forecast_user = gr.Dropdown(
|
| 1824 |
choices=SAMPLE_USERS,
|
| 1825 |
-
value=SAMPLE_USERS[0]
|
| 1826 |
label="👤 Select User"
|
| 1827 |
)
|
| 1828 |
|
|
|
|
| 1822 |
with gr.Row():
|
| 1823 |
forecast_user = gr.Dropdown(
|
| 1824 |
choices=SAMPLE_USERS,
|
| 1825 |
+
value=SAMPLE_USERS[0],
|
| 1826 |
label="👤 Select User"
|
| 1827 |
)
|
| 1828 |
|