OUSSAMA ELFALLAH

Results 2 comments of OUSSAMA ELFALLAH

> This would be useful, exactly what I'm looking for right now. ### You can use this: - **`pip install streamlit-datetime-range-picker`** - `from streamlit_datetime_range_picker import datetime_range_picker ` ``` st.subheader('Date Range...

> ### Problem > The st.date_input() is not taken into account the time in the widget. We can only select : day, month, year. In order to bypass this limitation,...