Spaces:
Build error
Build error
Update app.py
Browse files
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 |
],
|