I have deployed streamlit web app in render. It was deployed successful. But when I open the link of web server, it shows StreamlitAPIException: link_button() is not a valid Streamlit command. Kindly help on this issue
Make sure you are using streamlit>=1.27
.
Thanks a lot. This worked for me.
But I got another issue: TypeError: LayoutsMixin.container() got an unexpected keyword argument ‘border’
Container has border as parameter. Can you please help on this as well
Make sure you are using streamlit>=1.29
.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.