StreamlitAntdComponents icon indicating copy to clipboard operation
StreamlitAntdComponents copied to clipboard

why streamlit_antd_components can't work with extra_streamlit_components or Streamlit-Cookies-Controller

Open DrLuRen opened this issue 1 year ago • 1 comments

streamlit_antd_components : VERSION__ = "0.3.2" extra_streamlit_components:pip3 install extra_streamlit_components

if __name__ == '__main__':
    st.set_page_config(page_title="人资共享业务系统", page_icon='📈', layout='wide', initial_sidebar_state='expanded')
    cookie_manager = CookieManager()
    cookies = cookie_manager.get_all()
    modified = sac.Tag('修改密码', color='blue', bordered=False)

it will be full blank ,please help!

DrLuRen avatar Aug 16 '24 09:08 DrLuRen

Same for me. If CookieController is used in the app, the 'antd_components' wizard is totally blank. Please help if possible.

thebergz avatar Dec 09 '24 01:12 thebergz