sammy786 commited on
Commit
ef43e71
Β·
verified Β·
1 Parent(s): 143251b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1758,7 +1758,7 @@ with gr.Blocks(
1758
  <div class="hero-section">
1759
  <h1 class="hero-title">🎯 Stop Losing Money at Every Purchase</h1>
1760
  <p class="hero-subtitle">
1761
- <strong>You have 5 credit cards. You're at checkout. Which one do you use?</strong><br>
1762
  Most people pick wrong and lose <strong>$400+ per year</strong>.<br>
1763
  Our AI agent makes the optimal choice in <strong>2 seconds</strong>.<br>
1764
  Powered by <strong>OpenAI GPT-4 + Gemini + Modal</strong><br>
@@ -3424,9 +3424,7 @@ with gr.Blocks(
3424
 
3425
  # Show alternatives
3426
  if alternatives and len(alternatives) > 0:
3427
- output += """### πŸ”„ Other Card Options
3428
-
3429
- """
3430
  for i, alt in enumerate(alternatives, 1):
3431
  card_name = alt.get('card', 'Unknown Card')
3432
  rewards = alt.get('rewards', 0)
 
1758
  <div class="hero-section">
1759
  <h1 class="hero-title">🎯 Stop Losing Money at Every Purchase</h1>
1760
  <p class="hero-subtitle">
1761
+ You have <strong>5 credit cards</strong>. You're at checkout. Which one do you use?<br>
1762
  Most people pick wrong and lose <strong>$400+ per year</strong>.<br>
1763
  Our AI agent makes the optimal choice in <strong>2 seconds</strong>.<br>
1764
  Powered by <strong>OpenAI GPT-4 + Gemini + Modal</strong><br>
 
3424
 
3425
  # Show alternatives
3426
  if alternatives and len(alternatives) > 0:
3427
+ output += """### πŸ”„ Other Card Options"""
 
 
3428
  for i, alt in enumerate(alternatives, 1):
3429
  card_name = alt.get('card', 'Unknown Card')
3430
  rewards = alt.get('rewards', 0)