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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -100,6 +100,8 @@ def main():
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)
 
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)