Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ st.set_page_config(page_title="GST Law Guide", layout="centered")
|
|
| 16 |
# Display the logo image
|
| 17 |
col1, col2, col3 = st.columns([1, 30, 1])
|
| 18 |
with col2:
|
| 19 |
-
st.image("
|
| 20 |
|
| 21 |
def hide_hamburger_menu():
|
| 22 |
st.markdown("""
|
|
|
|
| 16 |
# Display the logo image
|
| 17 |
col1, col2, col3 = st.columns([1, 30, 1])
|
| 18 |
with col2:
|
| 19 |
+
st.image("images_banner.png", use_column_width=True)
|
| 20 |
|
| 21 |
def hide_hamburger_menu():
|
| 22 |
st.markdown("""
|