You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: module 'streamlit' has no attribute 'beta_columns'
Traceback:
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File ".\app.py", line 67, in
main()
File ".\app.py", line 17, in main
col1,col2,col3 = st.beta_columns([3,2,1])
The text was updated successfully, but these errors were encountered:
AttributeError: module 'streamlit' has no attribute 'beta_columns'
Traceback:
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File ".\app.py", line 67, in
main()
File ".\app.py", line 17, in main
col1,col2,col3 = st.beta_columns([3,2,1])
The text was updated successfully, but these errors were encountered: