diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..65fbbb3 Binary files /dev/null and b/icon.png differ diff --git a/stand.py b/stand.py index 71a30d1..6b38f35 100644 --- a/stand.py +++ b/stand.py @@ -7,7 +7,7 @@ from restapi import restapi from utils.st_utils import get_session_id, rerun -st.set_page_config(layout="wide") +st.set_page_config(layout="wide", page_icon="icon.png") restapi.sid = get_session_id() # rest api needs current session ID to trigger the next rerun