ibrahimnomad
commited on
Commit
•
946bf7b
1
Parent(s):
64eadd7
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def predict_kidney_stone(gravity, ph, osmo, cond, urea, calc):
|
|
26 |
import streamlit as st
|
27 |
|
28 |
st.title('Kidney Stone Detection 🧪')
|
29 |
-
st.write('This app predicts whether a
|
30 |
st.image('https://www.health.com/thmb/vU7eqqoH-LmfHlX4WlPu9t-LyN8=/2000x0/filters:no_upscale():max_bytes(150000):strip_icc()/kindney-disease-causes-GettyImages-1257900987-03002a7b6e244dfaaecfacf4bae2f707.jpg', use_column_width=True)
|
31 |
st.write('Gravity: Indicates urine concentration; higher values increase stone risk.(1 - 1.1)')
|
32 |
st.write('pH: Measures urine acidity; extremes can promote specific stone types. (0-14)')
|
|
|
26 |
import streamlit as st
|
27 |
|
28 |
st.title('Kidney Stone Detection 🧪')
|
29 |
+
st.write('This app predicts whether a kidney stone is present or not based on input values.')
|
30 |
st.image('https://www.health.com/thmb/vU7eqqoH-LmfHlX4WlPu9t-LyN8=/2000x0/filters:no_upscale():max_bytes(150000):strip_icc()/kindney-disease-causes-GettyImages-1257900987-03002a7b6e244dfaaecfacf4bae2f707.jpg', use_column_width=True)
|
31 |
st.write('Gravity: Indicates urine concentration; higher values increase stone risk.(1 - 1.1)')
|
32 |
st.write('pH: Measures urine acidity; extremes can promote specific stone types. (0-14)')
|