Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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']
|