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