Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def main():
|
|
89 |
)
|
90 |
|
91 |
age = st.number_input('Enter Patient Age:', min_value=0, step=1)
|
92 |
-
aca_magnitude = st.number_input('Enter ACA Magnitude:',
|
93 |
aca_axis = st.number_input('Enter ACA Axis:', min_value=0, max_value=180, step=1)
|
94 |
|
95 |
if st.button('Predict!'):
|
|
|
89 |
)
|
90 |
|
91 |
age = st.number_input('Enter Patient Age:', min_value=0, step=1)
|
92 |
+
aca_magnitude = st.number_input('Enter ACA Magnitude:', step=0.1)
|
93 |
aca_axis = st.number_input('Enter ACA Axis:', min_value=0, max_value=180, step=1)
|
94 |
|
95 |
if st.button('Predict!'):
|