diff --git a/app.py b/app.py index 959841f..d055f58 100644 --- a/app.py +++ b/app.py @@ -20,7 +20,7 @@ # Set Streamlit page configuration with custom title and icon. -st.set_page_config(page_title="Your Lawyer Assistant", page_icon=LOGO_URL) +st.set_page_config(page_title="LegaBot", page_icon=LOGO_URL) st.title("LegaBot") st.divider()