Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,9 +147,9 @@ with gr.Blocks() as iface:
|
|
147 |
gr.Markdown("Get responses combining advanced RAG, Long Context, and SOTA models to data protection related questions.")
|
148 |
|
149 |
with gr.Row():
|
150 |
-
gdpr_checkbox = gr.Checkbox(label="GDPR")
|
151 |
-
ferpa_checkbox = gr.Checkbox(label="FERPA")
|
152 |
-
coppa_checkbox = gr.Checkbox(label="COPPA")
|
153 |
|
154 |
additional_pdfs = gr.File(file_count="multiple", label="Upload additional regulations (PDF)")
|
155 |
|
|
|
147 |
gr.Markdown("Get responses combining advanced RAG, Long Context, and SOTA models to data protection related questions.")
|
148 |
|
149 |
with gr.Row():
|
150 |
+
gdpr_checkbox = gr.Checkbox(label="GDPR (EU)")
|
151 |
+
ferpa_checkbox = gr.Checkbox(label="FERPA (US)")
|
152 |
+
coppa_checkbox = gr.Checkbox(label="COPPA (US <13)")
|
153 |
|
154 |
additional_pdfs = gr.File(file_count="multiple", label="Upload additional regulations (PDF)")
|
155 |
|