Refactor caching mechanism in app.py by removing the TTL parameter from the @st.cache_data decorator. This change simplifies the caching behavior for simulated statistics, ensuring data is cached without a time limit, which may improve performance during repeated simulations.