Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|