TroglodyteDerivations commited on
Commit
a62ff13
1 Parent(s): 12213ff

Updated line 72 with: speed = 15

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def main():
69
  st.title("Rhino Meeting Displacement Calculator")
70
  st.image("rhinos_0.png", caption='Rhinos Charging Towards One Another 0')
71
  acceleration = 1/8 # "Acceleration of the first rhino (m/s^2)"
72
- speed = -15 # "Speed of the second rhino (m/s)"
73
  distance = 1600 # "Initial distance between the rhinos (m)"
74
 
75
  if st.button("Generate Rhinos Charging Towards One Another Motion Graph Problem"):
 
69
  st.title("Rhino Meeting Displacement Calculator")
70
  st.image("rhinos_0.png", caption='Rhinos Charging Towards One Another 0')
71
  acceleration = 1/8 # "Acceleration of the first rhino (m/s^2)"
72
+ speed = 15 # "Speed of the second rhino (m/s)"
73
  distance = 1600 # "Initial distance between the rhinos (m)"
74
 
75
  if st.button("Generate Rhinos Charging Towards One Another Motion Graph Problem"):