App for identifying breast cancer

Hi everyone, programming noob here :wave: I made my first web app thanks to streamlit!

https://breastcancer-predictor.herokuapp.com/

Please have a look, I’d love some feedback :slight_smile:

Can’t wait to build more stuff!

Btw the sidebar is buggy if you’re on mobile, so use this on desktop. When you try and change the input method using the selectbox, the sidebar disappears.

2 Likes

Looks good! Maybe reorder and create some spacing between the different sections to make it a bit more visually pleasing :slight_smile: You could for example using st.markdown(---) below the link of the article to make it visually a different part of the app.

3 Likes

Thanks a lot for the feedback, that’s a good idea! :smiley: I’ve added a line to separate into “information” and “prediction” sections