fix/ui #5
3
main.py
3
main.py
@ -9,9 +9,6 @@ def load_html(file_name):
|
|||||||
with open(file_name, 'r', encoding='utf-8') as file:
|
with open(file_name, 'r', encoding='utf-8') as file:
|
||||||
return file.read()
|
return file.read()
|
||||||
|
|
||||||
# Load the scroll controls
|
|
||||||
st.markdown(load_html("control.html"), unsafe_allow_html=True)
|
|
||||||
|
|
||||||
# Initialize the Cookie Manager (no encryption)
|
# Initialize the Cookie Manager (no encryption)
|
||||||
cookies = CookieManager(prefix="ktosiek/streamlit-cookies-manager/")
|
cookies = CookieManager(prefix="ktosiek/streamlit-cookies-manager/")
|
||||||
if not cookies.ready():
|
if not cookies.ready():
|
||||||
|
Loading…
Reference in New Issue
Block a user