edzsaji26 commited on
Commit
670b94a
·
verified ·
1 Parent(s): 3ee4d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from langchain_together import Together
11
  from footer import footer
12
 
13
  # Set the Streamlit page configuration and theme
14
- st.set_page_config(page_title="BharatLAW", layout="centered")
15
 
16
  # Display the logo image
17
  col1, col2, col3 = st.columns([1, 30, 1])
 
11
  from footer import footer
12
 
13
  # Set the Streamlit page configuration and theme
14
+ st.set_page_config(page_title="LLM Legal Advisor", layout="centered")
15
 
16
  # Display the logo image
17
  col1, col2, col3 = st.columns([1, 30, 1])