Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
updated disclaimer and added read me in disclaimer tab
Browse files
app.py
CHANGED
@@ -276,6 +276,7 @@ init_prompt = """
|
|
276 |
**Referencias:** consulte las fuentes de contenido utilizadas para la verificaci贸n de datos.
|
277 |
|
278 |
鈿狅笍 Para conocer las limitaciones y la informaci贸n sobre la recopilaci贸n de datos, consulte la pesta帽a 芦Exenci贸n de responsibilidad禄.
|
|
|
279 |
|
280 |
"""
|
281 |
|
@@ -460,9 +461,11 @@ with gr.Blocks(title="EUDR Bot", theme=theme, css="style.css") as demo:
|
|
460 |
- Always verify important information with authoritative sources
|
461 |
|
462 |
**Data Collection:** We collect questions, answers, feedback, and anonymized usage statistics
|
463 |
-
to improve tool performance based on legitimate interest in service enhancement.
|
464 |
|
465 |
-
|
|
|
|
|
466 |
""")
|
467 |
|
468 |
# Event Handlers
|
|
|
276 |
**Referencias:** consulte las fuentes de contenido utilizadas para la verificaci贸n de datos.
|
277 |
|
278 |
鈿狅笍 Para conocer las limitaciones y la informaci贸n sobre la recopilaci贸n de datos, consulte la pesta帽a 芦Exenci贸n de responsibilidad禄.
|
279 |
+
鈿狅笍 Al utilizar esta aplicaci贸n, usted acepta que recopilemos estad铆sticas de uso (como preguntas formuladas, comentarios realizados, duraci贸n de la sesi贸n, tipo de dispositivo e informaci贸n geogr谩fica an贸nima) para comprender el rendimiento y mejorar continuamente la herramienta, bas谩ndonos en nuestro inter茅s leg铆timo por mejorar nuestros servicios.
|
280 |
|
281 |
"""
|
282 |
|
|
|
461 |
- Always verify important information with authoritative sources
|
462 |
|
463 |
**Data Collection:** We collect questions, answers, feedback, and anonymized usage statistics
|
464 |
+
to improve tool performance based on legitimate interest in service enhancement.By using this chatbot, you agree to these terms and acknowledge that you are solely responsible for any reliance on or actions taken based on its responses.
|
465 |
|
466 |
+
**Technical Information:** User can read more about the technical information about the tool in [**Readme**](https://huggingface.co/spaces/GIZ/Asistente_EUDR/blob/main/README.md) of this tool.
|
467 |
+
|
468 |
+
**This is just a prototype and being tested and worked upon, so its not perfect and may sometimes give irrelevant answers**. If you are not satisfied with the answer, please ask a more specific question or report your feedback to help us improve the system.
|
469 |
""")
|
470 |
|
471 |
# Event Handlers
|
utils/__pycache__/generator.cpython-310.pyc
CHANGED
Binary files a/utils/__pycache__/generator.cpython-310.pyc and b/utils/__pycache__/generator.cpython-310.pyc differ
|
|
utils/__pycache__/retriever.cpython-310.pyc
CHANGED
Binary files a/utils/__pycache__/retriever.cpython-310.pyc and b/utils/__pycache__/retriever.cpython-310.pyc differ
|
|
utils/__pycache__/whisp_api.cpython-310.pyc
CHANGED
Binary files a/utils/__pycache__/whisp_api.cpython-310.pyc and b/utils/__pycache__/whisp_api.cpython-310.pyc differ
|
|