Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -82,7 +82,7 @@ def predict_skin_lesion(model, processed_image):
|
|
| 82 |
# --- Streamlit App UI ---
|
| 83 |
st.set_page_config(page_title="Skin Lesion Classifier", layout="centered")
|
| 84 |
st.title("Skin Lesion Classification (EfficientNetB0)")
|
| 85 |
-
st.markdown(f"Upload an image of a skin lesion or use your camera
|
| 86 |
|
| 87 |
# Load the model using the cached function
|
| 88 |
model = load_skin_model()
|
|
|
|
| 82 |
# --- Streamlit App UI ---
|
| 83 |
st.set_page_config(page_title="Skin Lesion Classifier", layout="centered")
|
| 84 |
st.title("Skin Lesion Classification (EfficientNetB0)")
|
| 85 |
+
st.markdown(f"Upload an image of a skin lesion or use your camera for a potential classification (benign or malignant). Important: This tool uses a probabilistic model and its output is not a substitute for a professional medical diagnosis. Always consult your physician.")
|
| 86 |
|
| 87 |
# Load the model using the cached function
|
| 88 |
model = load_skin_model()
|