nbiish commited on
Commit
3aebee0
1 Parent(s): 75c8fbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -12,8 +12,6 @@ st.markdown("https://patents.google.com/patent/US20060014125A1/en")
12
 
13
  st.markdown("### Basics from the patent")
14
  st.write("The calculation is based on your weight that is calculated by 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
- st.write("""* Purpose of the training system is to increase human hyperspace energy.""")
16
-
17
 
18
  # Create a sidebar with a slider to choose between pounds and kilograms
19
  unit = st.sidebar.selectbox("Choose a unit of weight", ["pounds", "kilograms"])
 
12
 
13
  st.markdown("### Basics from the patent")
14
  st.write("The calculation is based on your weight that is calculated by 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"])