evegarcianz commited on
Commit
8723fba
1 Parent(s): 37edb0a

answerContexttest

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -233,11 +233,11 @@ def greet(question,candidate):
233
 
234
 
235
  #question=request.form['question']
236
- #contexto,respuesta=answer_query_with_context(pre,question,df_selected,context_embeddings_selected, show_prompt= True)
237
 
238
 
239
 
240
- return 'prueba', 'prueba'
241
 
242
 
243
 
 
233
 
234
 
235
  #question=request.form['question']
236
+ contexto,respuesta=answer_query_with_context(pre,question,df_selected,context_embeddings_selected, show_prompt= True)
237
 
238
 
239
 
240
+ return respuesta, contexto
241
 
242
 
243