Daniel-FD commited on
Commit
9e45fcd
·
1 Parent(s): fd78e89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -27,7 +27,10 @@ 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", lines = 3, placeholder = 'Text that may or may not contain a customer asking for a subject access request goes here.')
 
 
 
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"],
 
27
  "text"],
28
  outputs=[
29
  gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
30
+ gr.outputs.Textbox(label="Raw Output",
31
+ lines = 3,
32
+ placeholder = 'Text that may or may not contain a customer asking for a subject access request goes here.',
33
+ container = True)
34
  ],
35
  # examples=[
36
  # ["Customer is asking about his data, and he is concerned about GDPR because he heard about it in the news.", "Private Key"],