Daniel-FD commited on
Commit
b45fcd3
·
1 Parent(s): f1d11f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
30
  examples=[
31
  ["Customer is asking about his data, and he is concerned about GDPR because he heard about it in the news", "Private Key"],
32
  ["Hey Kate, save $50 when you spend $150 or more. Today only! Click here to see our new products (link)", "Private Key"]],
33
- description = "Subject Access Request from Text: Identification Algorithm"
34
  )
35
 
36
  iface.launch()
 
30
  examples=[
31
  ["Customer is asking about his data, and he is concerned about GDPR because he heard about it in the news", "Private Key"],
32
  ["Hey Kate, save $50 when you spend $150 or more. Today only! Click here to see our new products (link)", "Private Key"]],
33
+ description = "Subject Access Request (SAR) alert from text"
34
  )
35
 
36
  iface.launch()