Why do I need to use beta_columns instead of columns at share.streamlit.io?
I guess share.streamlit.io has always the latest streamlit?
try:
col1,col2 = st.columns([1,3])
except:
col1,col2 = st.beta_columns([1,3])
Why do I need to use beta_columns instead of columns at share.streamlit.io?
I guess share.streamlit.io has always the latest streamlit?
try:
col1,col2 = st.columns([1,3])
except:
col1,col2 = st.beta_columns([1,3])
Hi @rcsmit
It would indeed. Unless you’ve locked it to a legacy version in your requirements.txt file?
Best,
Charly
This is my requirements file
scipy
matplotlib==3.2.2
numpy==1.18.1
pandas==1.1.3
seaborn
lmfit
imageio
tabulate
sklearn
gsheetsdb
Thanks @rcsmit
Have you added Streamlit in the requirements.txt
as well?
If so, would you mind giving us the line for Streamlit, see if it’s locked to a specific version?
Thanks
Charly
Yes, that helped.
Quit strange though
Thanks for you help
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.