NavyDevilDoc commited on
Commit
53f46d9
·
verified ·
1 Parent(s): 4025a11

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -483,7 +483,7 @@ def show_2d_motion():
483
 
484
  gravity = st.slider(
485
  "Gravity (m/s²)",
486
- min_value=0.0, max_value=981.0, value=gravity_value, step=9.81,
487
  help="Acceleration due to gravity; 1g per step. Earth = 1g = 9.81 m/s"
488
  )
489
 
 
483
 
484
  gravity = st.slider(
485
  "Gravity (m/s²)",
486
+ min_value=0.0, max_value=98.1, value=gravity_value, step=9.81,
487
  help="Acceleration due to gravity; 1g per step. Earth = 1g = 9.81 m/s"
488
  )
489