Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent progress bar value exceeding 100%
- Cap current_time at time limit using min() - Use normalized progress ratio (0-1) instead of raw time value - Fixes StreamlitAPIException when progress exceeds 100
- Loading branch information