You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: extend rate limit to 10 seconds with live countdown
Changes:
- Increased cooldown from 2s to 10s for better server protection
- Added live countdown timer that updates every second
- Shows info banner: "Next prediction available in: X seconds"
- Button label updates: "⏳ Wait X seconds..."
- Auto-refresh using st.rerun() to tick down the timer
User experience:
- Clear visual feedback on when they can click again
- Prevents accidental rapid clicks that could crash the app
- More conservative rate limiting for Streamlit Cloud stability
0 commit comments