Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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=
|
| 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 |
|