fschwartzer commited on
Commit
43ea290
1 Parent(s): 3b9304d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,8 +24,7 @@ def response(user_question, table_data):
24
  ans = tokenizer.batch_decode(outputs, skip_special_tokens=True)
25
 
26
  query_result = {
27
- "query": user_question,
28
- "answer": ans[0]
29
  }
30
 
31
  b = datetime.datetime.now()
 
24
  ans = tokenizer.batch_decode(outputs, skip_special_tokens=True)
25
 
26
  query_result = {
27
+ "Resposta": ans[0]
 
28
  }
29
 
30
  b = datetime.datetime.now()