Skip to content

Commit

Permalink
Change tab title.
Browse files Browse the repository at this point in the history
  • Loading branch information
milistu committed Jun 11, 2024
1 parent c6f45d0 commit 8c7f394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 8c7f394

Please sign in to comment.