Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,9 +27,7 @@ iface = gr.Interface(
|
|
| 27 |
"text"],
|
| 28 |
outputs=[
|
| 29 |
gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
|
| 30 |
-
gr.outputs.
|
| 31 |
-
placeholder = 'Text that may or may not contain a customer asking for a subject access request goes here.',
|
| 32 |
-
container = True)
|
| 33 |
],
|
| 34 |
# examples=[
|
| 35 |
# ["Customer is asking about his data, and he is concerned about GDPR because he heard about it in the news.", "Private Key"],
|
|
|
|
| 27 |
"text"],
|
| 28 |
outputs=[
|
| 29 |
gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
|
| 30 |
+
gr.outputs.TextArea(label="Raw Output")
|
|
|
|
|
|
|
| 31 |
],
|
| 32 |
# examples=[
|
| 33 |
# ["Customer is asking about his data, and he is concerned about GDPR because he heard about it in the news.", "Private Key"],
|