File size: 245 Bytes
0dca4ae
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import streamlit as st

if __name__ == "__main__":
    st.set_page_config(
        page_title="Home",
        page_icon="👋",
    )

    st.markdown(
        """
        ## Background Remover
        """
    )
    #st.image("static/logo.png")