Button in Your app is having trouble loading the streamlit_shadcn_ui

Your app is having trouble loading the streamlit_shadcn_ui.py_components.utils.declare.button component.

If this is an installed component that works locally, the app may be having trouble accessing the component frontend assets due to network latency or proxy settings in your app deployment.

Steps taken -
button component present in streamlit_shadcn_ui.py_components instead of streamlit_shadcn_ui.py_components.utils.declare

tried using -
from streamlit_shadcn_ui.py_components import button as ui_button
submitted = ui_button(“Login”, key=“submit”)

but giving the same error

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.