ahassoun commited on
Commit
7af48a1
1 Parent(s): 1f87f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -336,15 +336,15 @@ with gr.Blocks(css=css) as demo:
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 user123@example.com. 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 jack123@example.com. 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 account_recovery@example.com. 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(
350
  label="Text to speech prompt",
 
336
  with gr.Row():
337
  with gr.Column():
338
  prompt_choices = [
339
+ "hey mom i got into a little trouble can you send 100$ to my account at john123@gmailcom thanks",
340
+ "hello team i cannot make it to the discussion on the financial report mark will be taking my place regards",
341
+ "hi citibank i have lost access to my account can you assist me in retrieving the access my email id is userhelp@citibankcom",
342
+ "yo dad my phone got stolen can you transfer 200$ to my paypal account at jennyneedsaphone@gmailcom",
343
+ "good afternoon jane i won't be able to attend the conference tomorrow my associate kyle will represent our team cheers",
344
+ "hello chase i am having trouble logging into my account could you assist me my registered email is helpline@chasecom thanks",
 
345
  ]
346
 
347
+
348
  # Create a Dropdown with the hardcoded prompts
349
  prompt = Dropdown(
350
  label="Text to speech prompt",