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: