Hello everyone, I’m new here. I hope you all are doing fine.
So, I implemented streamlit with my code for an Information retrieval system. At first I had many problems to hide the text input and the search button after clicking it to only show the document clicked. But then I managed to do that using beta containers. Now my problem is after clicking the button, the required work is done.
Hi, I also run into this error but can’t understand what it means so i can try to fix my code.
so, what is the meaning of the message? Why there is no debug information when it occurs?
Thanks!
Hi, I am having the same bug here. I have attached a GIst which is hopefully reproducible. I am using Streamlit version 0.80.0, python 3.8.5, pip 20.0.2, Ubuntu 20.04
@Walid_Moghrane@randyzwitch
Hi, I just met this problem a few days ago
This error report from my browser is after I updated the version of chrome explorer.
My solution is restart the streamlit app with “streamlit run yourstreamlitapp.py”, and refresh the web page, problem was disappear.
Any update on this issue… I am facing the same when I display new page after hiding previous elements. I am new to streamlit… perhaps there could be something I am doing the wrong way.
i got the same error today, when you import functions from other py file , and the py file which you import use st.columns() or st.beta_columns() than you will get the error. just donot use the function, then all will be gone.