gitio-app / query.py
lint's picture
Upload folder using huggingface_hub
f037e2e
raw
history blame contribute delete
73 Bytes
sql_query='''
SELECT * FROM input_table WHERE text LIKE '%the rock%'
'''