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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -335,15 +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
- "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(
 
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 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(