Spaces:
Running
on
Zero
Running
on
Zero
feat: add disclaimer
Browse files
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="
|
116 |
-
gr.Textbox(lines=1, label="What is your question?", placeholder="
|
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"),
|