File size: 414 Bytes
4e2f1ce
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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). 
        
    """)