Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ rag_text = """
|
|
22 |
"""
|
23 |
|
24 |
format_text = """{
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
}"""
|
29 |
|
30 |
prompt_template_text = """
|
|
|
22 |
"""
|
23 |
|
24 |
format_text = """{
|
25 |
+
"tipo": "clasificación del argumento (Argumento tipo X)",
|
26 |
+
"descripcion": "Descripcion breve del argumento",
|
27 |
+
"texto_referencia": "texto original completo perteneciente a dicho argumento"
|
28 |
}"""
|
29 |
|
30 |
prompt_template_text = """
|