Extra-Streamlit-Components
Extra-Streamlit-Components copied to clipboard
Failed to run: streamlit.errors.DuplicateWidgetID: There are multiple widgets with the same `key='init'`
Trying the cookie example from the repo homepage. Streamlit raised the issue:
streamlit.errors.DuplicateWidgetID: There are multiple widgets with the same `key='init'`
My code doesn't have any widgets with this key. Could be something else?