INNER CODE UNIT · Python
main
Niketkumardheeryan/ML-CaPsule · Animal_Cancer_Disease_Prediction/app.py:16
def main() -> None:
"""Render the Streamlit application."""
st.set_page_config(
page_title="Animal Cancer Disease Prediction",
page_icon="🔬",
layout="centered",
)
st.title("Animal Cancer Disease Prediction")
st.write(
"Upload an animal cell or tissue image to explore a lightweight, "
"deterministic image-classification pipeline."
)
st.info(DISCLAIMER)
uploaded_file = st.file_uploader(
"Upload an animal cell or tissue image",