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

AttributeError: isoformat #42

Open SyrupTheSrc opened 1 year ago

SyrupTheSrc commented 1 year ago

I try to set a cookie with the expiry date of May 1st. And I get this error

cookie_manager.set('first_time', 'yes', expires_at=DateTime.DateTime(year=2023, month=5, day=1))

AttributeError: isoformat