Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ def search_drive_file(file_name):
|
|
57 |
return []
|
58 |
|
59 |
# Set the Streamlit page configuration and theme
|
60 |
-
st.set_page_config(layout
|
61 |
-
|
62 |
|
63 |
# Display the logo image with blur shadow
|
64 |
col1, col2, col3 = st.columns([1, 30, 1])
|
|
|
57 |
return []
|
58 |
|
59 |
# Set the Streamlit page configuration and theme
|
60 |
+
st.set_page_config(page_title="In-Legal-IPC", layout="wide")
|
61 |
+
|
62 |
|
63 |
# Display the logo image with blur shadow
|
64 |
col1, col2, col3 = st.columns([1, 30, 1])
|