TroglodyteDerivations commited on
Commit
4ce10b2
1 Parent(s): a475f7a

Updated line 76 with: m/s^2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def main():
73
  distance = 1600 # "Initial distance between the rhinos (m)"
74
 
75
  if st.button("Generate Rhinos Charging Towards One Another Motion Graph Problem"):
76
- st.write("Two rhinos initially 1600 m apart, begin running directly toward one another at the same time. One rhino uniformly accelerates from rest at 1/8 m.s^2, while the other rhino runs with a constant speed of 15 m/s. What is the net displacement of each rhino when they meet?")
77
 
78
  if st.button("Formulations Required For Solving Problem"):
79
  st.write("### Formulations")
 
73
  distance = 1600 # "Initial distance between the rhinos (m)"
74
 
75
  if st.button("Generate Rhinos Charging Towards One Another Motion Graph Problem"):
76
+ st.write("Two rhinos initially 1600 m apart, begin running directly toward one another at the same time. One rhino uniformly accelerates from rest at 1/8 m/s^2, while the other rhino runs with a constant speed of 15 m/s. What is the net displacement of each rhino when they meet?")
77
 
78
  if st.button("Formulations Required For Solving Problem"):
79
  st.write("### Formulations")