File size: 113 Bytes
4565b50
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import streamlit as st

#card 
def home():

    st.markdown(
        f"""



        """, unsafe_allow_html=True)