ahassoun commited on
Commit
93723fd
1 Parent(s): 04fd251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -5
app.py CHANGED
@@ -335,11 +335,15 @@ with gr.Blocks(css=css) as demo:
335
  with gr.Column(elem_id="col-container"):
336
  with gr.Row():
337
  with gr.Column():
338
- prompt_choices = [
339
- "Hey mom I have a flat tire and need some money, can you send me 50$ to the gmail account bob@gmail.com please",
340
- "Hey John, I won't be able to make it to my meeting abou the transfer of funds, my friend Justin will replace me, cheers",
341
- "Hi RBC, I forgot my banking details login information, can you please help me out. I remember my email login but not the password, can I reset it please",
342
- ]
 
 
 
 
343
 
344
  # Create a Dropdown with the hardcoded prompts
345
  prompt = Dropdown(
 
335
  with gr.Column(elem_id="col-container"):
336
  with gr.Row():
337
  with gr.Column():
338
+ prompt_choices = [
339
+ "Hello dad, I'm stuck at the gas station without my wallet. Can you transfer $30 to my account ASAP? My email is alice@example.com. Thanks!",
340
+ "Hi Sarah, unfortunately, I cannot attend the financial planning meeting tomorrow. My colleague, Brian, will attend on my behalf. Best regards.",
341
+ "Greetings Barclays, I am unable to remember my online banking password. Could you assist me in resetting it? My associated email is [email protected]. Thank you.",
342
+ "Hey Mom, I encountered an unexpected expense today. Can you lend me $100? I'll pay you back next week. Please send it to my PayPal at [email protected]. Love you!",
343
+ "Dear Alex, I have to cancel our appointment regarding the investment discussion. However, my partner Laura will be there to represent me. Thank you.",
344
+ "Hello HSBC, I seem to have locked myself out of my account. Can you guide me on how to recover my account? My registered email is [email protected]. Appreciate your help!",
345
+ "My name is Bob, and I like chocolate"
346
+ ]
347
 
348
  # Create a Dropdown with the hardcoded prompts
349
  prompt = Dropdown(