Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,12 +11,18 @@ 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])
|
18 |
with col2:
|
19 |
-
st.image("https://raw.githubusercontent.com/shiv4321/
|
20 |
|
21 |
def hide_hamburger_menu():
|
22 |
st.markdown("""
|
|
|
11 |
from footer import footer
|
12 |
|
13 |
# Set the Streamlit page configuration and theme
|
14 |
+
st.set_page_config(page_title="In-Legal-IPC", layout="centered")
|
15 |
+
|
16 |
+
# Display the logo image
|
17 |
+
#col1, col2, col3 = st.columns([1, 30, 1])
|
18 |
+
#with col2:
|
19 |
+
# st.image("https://raw.githubusercontent.com/shiv4321/not/refs/heads/main/Banner.png", use_column_width=True)
|
20 |
+
|
21 |
|
22 |
# Display the logo image
|
23 |
col1, col2, col3 = st.columns([1, 30, 1])
|
24 |
with col2:
|
25 |
+
st.image("https://raw.githubusercontent.com/shiv4321/Images/refs/heads/main/Banner.png", use_container_width=True)
|
26 |
|
27 |
def hide_hamburger_menu():
|
28 |
st.markdown("""
|