kumar989 commited on
Commit
c3f3bdb
·
1 Parent(s): 7c944ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -21,12 +21,12 @@ def predict():
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')
 
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')