Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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])
|