added logo

This commit is contained in:
2022-05-19 23:27:10 +02:00
parent 8c58bf0198
commit 91a7ad2bc9
2 changed files with 1 additions and 1 deletions

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -7,7 +7,7 @@ from restapi import restapi
from utils.st_utils import get_session_id, rerun 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 restapi.sid = get_session_id() # rest api needs current session ID to trigger the next rerun