sammy786 commited on
Commit
9d0e8fc
·
verified ·
1 Parent(s): bd20da4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,[object Object],,
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