Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ else:
|
|
71 |
else:
|
72 |
# Use TAPAS model to process the question
|
73 |
result = tqa(table=df, query=question)
|
74 |
-
|
75 |
# Display the raw output from TAPAS
|
76 |
st.write("TAPAS Raw Output (Response):")
|
77 |
st.write(result) # This will display the raw output from TAPAS
|
|
|
71 |
else:
|
72 |
# Use TAPAS model to process the question
|
73 |
result = tqa(table=df, query=question)
|
74 |
+
|
75 |
# Display the raw output from TAPAS
|
76 |
st.write("TAPAS Raw Output (Response):")
|
77 |
st.write(result) # This will display the raw output from TAPAS
|