-
Notifications
You must be signed in to change notification settings - Fork 1
/
about_us.py
28 lines (25 loc) · 1.03 KB
/
about_us.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import streamlit as st
def func():
st.markdown("# Contributors ! ")
st.balloons()
# st.image(image="https://avatars.githubusercontent.com/u/42097653?v=4")
st.markdown("# 🐱 Somesh")
st.markdown("CS student")
st.markdown(
"[Github profile](https://github.com/someshfengde) | [LinkedIn. profile](https://www.linkedin.com/in/somesh-9188/)"
)
st.markdown("# 🙂 Ashik")
st.markdown("CS student")
st.markdown(
"[Github profile](https://github.com/ashikshafi08) | [LinkedIn. profile](https://www.linkedin.com/in/ashik-shaffi-7b3917171/)"
)
st.markdown("# 😉 Tanvi")
st.markdown("CS graduate")
st.markdown(
"[Github profile](https://github.com/tanupunjani) | [LinkedIn. profile](https://www.linkedin.com/in/tanvi-punjani-49493490/)"
)
st.markdown("# 😜 Maximilian")
st.markdown("AI student")
st.markdown(
"[Github profile](https://github.com/KliKli2) | [LinkedIn. profile](https://www.linkedin.com/in/maximilian-von-hohenb%C3%BChel-40057119b/)"
)