Daniel-FD commited on
Commit
b88350d
·
1 Parent(s): fd2b8d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -29,10 +29,10 @@ iface = gr.Interface(
29
  gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
30
  gr.outputs.Textbox(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"],
34
- ["Hey Kate, save $50 when you spend $150 or more. Today only! Click here to see our new products (link).", "Private Key"],
35
- ]
36
  )
37
 
38
  iface.launch()
 
29
  gr.outputs.Dataframe(headers=['SAR_Requested', 'Explanation'], type='pandas', label="Output"),
30
  gr.outputs.Textbox(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"],
34
+ # ["Hey Kate, save $50 when you spend $150 or more. Today only! Click here to see our new products (link).", "Private Key"],
35
+ # ]
36
  )
37
 
38
  iface.launch()