Shiv22419 commited on
Commit
21306a0
·
verified ·
1 Parent(s): 496b38f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "wide")
61
- st.set_page_config(page_title="In-Legal-IPC")
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])