nbiish commited on
Commit
9e7b811
1 Parent(s): 3098655

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ st.write("This is the patent that the math is based on.")
11
  st.markdown("https://patents.google.com/patent/US20060014125A1/en")
12
 
13
  st.markdown("### Basics from the patent")
14
- st.write("INSTRUCTIONS: Input weight and then step at designated distance per second. \nThe calculation is based on the average persons water content at 67%. Because the atoms making up water sit near the `Planck boundary`, we are able to move that mass outside of the boundary.")
15
 
16
  # Create a sidebar with a slider to choose between pounds and kilograms
17
  unit = st.sidebar.selectbox("Choose a unit of weight", ["pounds", "kilograms"])
 
11
  st.markdown("https://patents.google.com/patent/US20060014125A1/en")
12
 
13
  st.markdown("### Basics from the patent")
14
+ st.write("INSTRUCTIONS: Input weight and then step at designated distance per second. \n\n The calculation is based on the average persons water content at 67%. Because the atoms making up water sit near the `Planck boundary`, we are able to move that mass outside of the boundary.")
15
 
16
  # Create a sidebar with a slider to choose between pounds and kilograms
17
  unit = st.sidebar.selectbox("Choose a unit of weight", ["pounds", "kilograms"])