-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature:st.audio_inputRelated to the `st.audio_input` widgetRelated to the `st.audio_input` widgetpriority:P3Medium priorityMedium prioritystatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Checklist
- I have searched the existing issues for similar issues.
- I added a very descriptive title to this issue.
- I have provided sufficient information below to help reproduce this issue.
Summary
Whenever the audio_input records for more than one hour, the minutes display simply overflows and it looks like the timer is reset.
See the GIF below
Reproducible Code Example
import streamlit a st
audio_input = st.audio_input(label="Record")Steps To Reproduce
- Start recording
- Wait for one hour
- See the timer 'reset'
Expected Behavior
See 1:00:00 appear.
Current Behavior
No response
Is this a regression?
- Yes, this used to work in a previous version.
Debug info
No response
Additional Information
No response
github-actions and JoepBeurskens
Metadata
Metadata
Assignees
Labels
feature:st.audio_inputRelated to the `st.audio_input` widgetRelated to the `st.audio_input` widgetpriority:P3Medium priorityMedium prioritystatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected
