Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,4 +41,4 @@ if uploaded_file:
|
|
| 41 |
st.write("")
|
| 42 |
st.write("Instructions:")
|
| 43 |
st.write("* Upload an image of a blood cell.")
|
| 44 |
-
st.write("* The app will predict the blood cell type (EOSINOPHIL, LYMPHOCYTE, MONOCYTE, NEUTROPHIL))
|
|
|
|
| 41 |
st.write("")
|
| 42 |
st.write("Instructions:")
|
| 43 |
st.write("* Upload an image of a blood cell.")
|
| 44 |
+
st.write("* The app will predict the blood cell type (EOSINOPHIL, LYMPHOCYTE, MONOCYTE, NEUTROPHIL)")
|