arsiba commited on
Commit
4eb4fdb
·
1 Parent(s): 4b6013f

feat: add disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,8 +112,8 @@ outputs_chunks = gr.Markdown(label="Used Chunks")
112
  demo = gr.Interface(
113
  fn=qa_fn,
114
  inputs=[
115
- gr.Textbox(lines=4, label="What Documents are you looking for?", placeholder="Documents covering the EDPB’s stance on automated decision-making, particularly profiling, under the GDPR. Guidelines on how organizations should inform data subjects about automated decisions and the rights of individuals to object to such decisions."),
116
- gr.Textbox(lines=1, label="What is your question?", placeholder="What does the EDPB recommend regarding automated decision-making and profiling under the GDPR, and what rights do individuals have in relation to such decisions?"),
117
  ],
118
  additional_inputs=[
119
  gr.Slider(1, 10, value=7, step=1, label="Top-K Documents"),
 
112
  demo = gr.Interface(
113
  fn=qa_fn,
114
  inputs=[
115
+ gr.Textbox(lines=4, label="What Documents are you looking for?", placeholder="Please change to get propper results:\nDocuments covering the EDPB’s stance on automated decision-making, particularly profiling, under the GDPR. Guidelines on how organizations should inform data subjects about automated decisions and the rights of individuals to object to such decisions."),
116
+ gr.Textbox(lines=1, label="What is your question?", placeholder="Please change to get propper results:\nWhat does the EDPB recommend regarding automated decision-making and profiling under the GDPR, and what rights do individuals have in relation to such decisions?"),
117
  ],
118
  additional_inputs=[
119
  gr.Slider(1, 10, value=7, step=1, label="Top-K Documents"),