Daniel-FD commited on
Commit
f53733e
·
1 Parent(s): d0750e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ iface = gr.Interface(
29
  gr.outputs.Textbox(label="Raw Output")
30
  ],
31
  examples=[
32
- ["Customer is asking about his data, and he is concerned about GDPR because he heard about it in the news", "Private Key"],
33
- ["Hey Kate, save $50 when you spend $150 or more. Today only! Click here to see our new products (link)", "Private Key"],
34
  ]
35
  )
36
 
 
29
  gr.outputs.Textbox(label="Raw Output")
30
  ],
31
  examples=[
32
+ ["Customer is asking about his data, and he is concerned about GDPR because he heard about it in the news.", "Private Key"],
33
+ ["Hey Kate, save $50 when you spend $150 or more. Today only! Click here to see our new products (link).", "Private Key"],
34
  ]
35
  )
36