Relative Content

Tag Archive for snowflake-cloud-data-platformstreamlitsnowflake-schema

Alternative to st.file_uploader Snowflake Streamlit

I’m working on developing an app using Streamlit where users can upload a CSV file and insert it into a table or display its contents . I’ve attempted to use st.file_uploader, but it seems to be disabled. In my use case, users should have the option to upload a CSV file either from their local machine or from my S3 bucket. Could you please provide alternative approaches to implement this functionality?