Dear the community streamlit,
My web app work like charm with google chrome or firefox, but with Microsoft Edge, I have this error. How can I hide this error ? This is not a critical error, the web app return the “good” result.
best regards,
streamlit==0.58.0
Is there a code snippet you can share with us that triggers this error?
xrange = st.slider('Select a range of values', 0, len(bar_data), int(len(bar_data) - 100))
I updated microsoft edge, and the error have disappeared