hertogateis commited on
Commit
50a3b77
·
verified ·
1 Parent(s): fcf406d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -129,8 +129,7 @@ else:
129
  # Get raw answer again from TAPAS
130
  raw_answer = tqa(table=df, query=question, truncation=True)
131
 
132
- # Extract the raw answer from TAPAS and the aggregator it returned
133
- raw_answer = tqa(table=df, query=question, truncation=True)
134
 
135
  # Get the answer, coordinates, cells, and aggregator from the raw TAPAS output
136
  answer = raw_answer['answer']
 
129
  # Get raw answer again from TAPAS
130
  raw_answer = tqa(table=df, query=question, truncation=True)
131
 
132
+
 
133
 
134
  # Get the answer, coordinates, cells, and aggregator from the raw TAPAS output
135
  answer = raw_answer['answer']