Daniel-FD commited on
Commit
ff79431
·
1 Parent(s): 831fe7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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.Textbox(label="Raw Output",
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"],