Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,12 +21,12 @@ def predict():
|
|
| 21 |
|
| 22 |
st.title('Health Vision')
|
| 23 |
st.markdown('### What we can do?')
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
st.write('-Detect Skin infections')
|
| 28 |
-
|
| 29 |
-
|
| 30 |
st.write('')
|
| 31 |
st.write('(Note:The results may not be correct always its better to have a second opnion)')
|
| 32 |
# img_url = st.text_input(label='Enter Image URL')
|
|
|
|
| 21 |
|
| 22 |
st.title('Health Vision')
|
| 23 |
st.markdown('### What we can do?')
|
| 24 |
+
st.write('-Detect Brain tumors')
|
| 25 |
+
st.write('-Detect Pnuemonia')
|
| 26 |
+
st.write('-Detect Bone Fractures')
|
| 27 |
st.write('-Detect Skin infections')
|
| 28 |
+
st.write('-Detect Kidney Stones')
|
| 29 |
+
st.write('-Detect Eye infections')
|
| 30 |
st.write('')
|
| 31 |
st.write('(Note:The results may not be correct always its better to have a second opnion)')
|
| 32 |
# img_url = st.text_input(label='Enter Image URL')
|