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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ iface = gr.Interface(
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
  ],
 
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
  ],