Changed the Branding to SHV

This commit is contained in:
Bobby Abellana 2025-02-18 09:59:04 -08:00
parent 02c03e08c8
commit 6392c45358

View File

@ -25,8 +25,8 @@ def is_running_locally():
# Configure page
st.set_page_config(
page_title="Office Protection Remover",
page_icon="🔓",
page_title="SHV Car Wash",
page_icon="🧼🚘",
layout="wide"
)
@ -151,8 +151,8 @@ def create_zip_file(files_dict):
return zip_buffer
# Main UI
st.title("🔓 Office File Protection Remover")
st.write("Remove protection from Excel and Word files easily")
st.title("🧼🚘 SHV Car Wash")
st.write("Removes Word Read Only Password - Creates a Clean Copy of Excel")
# Sidebar
with st.sidebar: