import streamlit as st


def app():
    st.image("contribute.png")
    st.title("How to contribute to Space Vector")
    st.markdown("""Space vector is available on [GitHub](https://github.com/PoCInnovation/SpaceVector). You can 
    contribute to the project by following the steps presents in the [CONTRIBUTING.md](
    https://github.com/PoCInnovation/SpaceVector/blob/main/CONTRIBUTING.md). 
        
    """)