kumar989 commited on
Commit
e2faf5f
·
1 Parent(s): 133fe4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,8 +60,8 @@ if img_upload != None:
60
  st.image(img)
61
  c,b=classify(img)
62
  st.markdown('#### Possible Disease Prediction:')
63
- st.write('________________________________________________')
64
  st.write(c)
 
65
  st.markdown('#### Precautions To Be Taken :')
66
  st.write('________________________________________________')
67
  st.write(b)
 
60
  st.image(img)
61
  c,b=classify(img)
62
  st.markdown('#### Possible Disease Prediction:')
 
63
  st.write(c)
64
+ st.write('________________________________________________')
65
  st.markdown('#### Precautions To Be Taken :')
66
  st.write('________________________________________________')
67
  st.write(b)