From 6392c45358fdce80748785231e8fc90b66f82e08 Mon Sep 17 00:00:00 2001 From: Bobby Abellana Date: Tue, 18 Feb 2025 09:59:04 -0800 Subject: [PATCH] Changed the Branding to SHV --- src/streamlit_app.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/streamlit_app.py b/src/streamlit_app.py index 003219b..67cca6e 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -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: