ancerlop commited on
Commit
e1353cc
1 Parent(s): 63cf839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,9 +22,9 @@ rag_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 = """
 
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 = """