diff --git a/app.py b/app.py index 01f4a52..17e5b33 100644 --- a/app.py +++ b/app.py @@ -110,7 +110,7 @@ def read_data(output_file: str) -> pd.DataFrame: c2.selectbox("Select config file", list(set(st.session_state.all_files))) ) fps = c3.number_input( - "fps", min_value=8, max_value=32, value=1, help="show every nth frame" + "fps", min_value=1, max_value=32, value=8, help="show every nth frame" ) if c1.button("Run Simulation"): if Path(OUTPUT_FILE).exists():