Hi Streamlit Community,
I recently deployed my Streamlit app on AWS Beanstalk, and while it works perfectly fine with a private URL, I encountered an error when configuring a public URL.
The error seems to be originating from the st.file_uploader
function within the Streamlit package. I’m receiving the following error message:
I’m wondering if anyone else has encountered a similar issue or has any insights into resolving it. Below is the code using st.file_uploader:
Any guidance or assistance would be greatly appreciated. Thank you in advance for your help!