Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,9 +30,8 @@ iface = gr.Interface(
|
|
| 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 |
-
description = "Subject Access Request (SAR) alert from text"
|
| 36 |
)
|
| 37 |
|
| 38 |
iface.launch()
|
|
|
|
| 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 |
|
| 37 |
iface.launch()
|