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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -336,12 +336,7 @@ with gr.Blocks(css=css) as demo:
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
 
 
336
  with gr.Row():
337
  with gr.Column():
338
  prompt_choices = [
339
+ "Hey guys, my name is Rohan and I’m going to tell you why I think I am going to be the worst prefect you’ve ever had. I am a very lazy worker and am very irresponsible with my time. As a prefect I will have to make certain decisions and I think that because of my lack of maturity I will be able to make the wrong ones. Other students might tell you that they will listen to you and do things that are not even possible in this position but I will tell you that I will try my very best to make this school horrific."
 
 
 
 
 
340
  ]
341
 
342