Spaces:
Running
Running
Update app.py
Browse files
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)
|