Update app.py
Browse files
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)
|