Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -336,9 +336,9 @@ with gr.Blocks(css=css) as demo:
|
|
336 |
with gr.Row():
|
337 |
with gr.Column():
|
338 |
prompt_choices = [
|
339 |
-
"Hey mom
|
340 |
-
"Hey,
|
341 |
-
"
|
342 |
]
|
343 |
|
344 |
# Create a Dropdown with the hardcoded prompts
|
|
|
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 [email protected] 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
|