From b2c870e7c9ea5777696ce7a4fe46e87cfde103ac Mon Sep 17 00:00:00 2001 From: Sapan Shah Date: Sun, 13 Oct 2024 20:13:55 +0530 Subject: [PATCH] drop unused html --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index f8227c5..c658114 100644 --- a/main.py +++ b/main.py @@ -9,9 +9,6 @@ def load_html(file_name): with open(file_name, 'r', encoding='utf-8') as file: return file.read() -# Load the scroll controls -st.markdown(load_html("control.html"), unsafe_allow_html=True) - # Initialize the Cookie Manager (no encryption) cookies = CookieManager(prefix="ktosiek/streamlit-cookies-manager/") if not cookies.ready():