Extra-Streamlit-Components
Extra-Streamlit-Components copied to clipboard
AttributeError: isoformat
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