Daniel-FD commited on
Commit
8c3a756
·
1 Parent(s): ff79431

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ iface = gr.Interface(
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"],
 
27
  "text"],
28
  outputs=[
29
  gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
30
+ gr.outputs.Text(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"],