Vihang28 commited on
Commit
2122d0c
·
verified ·
1 Parent(s): 96c6cb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def final_result(pdf_file, search_term):
28
 
29
 
30
  # st.markdown("<h3 style='text-align:center; font-size:24px;'>Search in PDF</h3>", unsafe_allow_html=True)
31
- st.set_page_config(page_title="Search in PDF", layout="wide")
32
  col1, col2 = st.columns(spec=[0.4,0.6])
33
 
34
  st.set_page_config(layout="wide")
 
28
 
29
 
30
  # st.markdown("<h3 style='text-align:center; font-size:24px;'>Search in PDF</h3>", unsafe_allow_html=True)
31
+ st.set_page_config(page_title="Search in PDF", layout="wide",initial_sidebar_state="expanded")
32
  col1, col2 = st.columns(spec=[0.4,0.6])
33
 
34
  st.set_page_config(layout="wide")