Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ iface = gr.Interface(
|
|
| 27 |
outputs=[
|
| 28 |
gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
|
| 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"],
|
|
|
|
| 27 |
outputs=[
|
| 28 |
gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
|
| 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"],
|