# Use a pipeline as a high-level helper from transformers import pipeline import streamlit as st pipe = pipeline("table-question-answering", model="google/tapas-large-finetuned-wtq") st.title('Query your data with text')