Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
466 stars 59 forks source link

Failed to run: streamlit.errors.DuplicateWidgetID: There are multiple widgets with the same `key='init'` #71

Open indrex opened 1 month ago

indrex commented 1 month ago

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?