Jfink09 commited on
Commit
c6a03e6
·
verified ·
1 Parent(s): dd9648a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -100,8 +100,6 @@ def main():
100
  # unsafe_allow_html=True
101
  # )
102
 
103
- st.write('<iframe style="background-color: #f0f0f0;></iframe>', , unsafe_allow_html=True)
104
-
105
  age = st.number_input('Enter Patient Age:', step=1)
106
  aca_magnitude = st.number_input('Enter ACA Magnitude:', step=0.1)
107
  aca_axis = st.number_input('Enter ACA Axis:', step=1)
 
100
  # unsafe_allow_html=True
101
  # )
102
 
 
 
103
  age = st.number_input('Enter Patient Age:', step=1)
104
  aca_magnitude = st.number_input('Enter ACA Magnitude:', step=0.1)
105
  aca_axis = st.number_input('Enter ACA Axis:', step=1)