Spaces:
Runtime error
Runtime error
Update app.py
#2
by
Balajimx
- opened
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="LAW", layout="centered")
|
15 |
|
16 |
# Display the logo image
|
17 |
col1, col2, col3 = st.columns([1, 30, 1])
|