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 |
-
col1, col2 = st.columns(spec[0.4,0.6])
|
32 |
|
33 |
with st.container():
|
34 |
with col1:
|
|
|
28 |
|
29 |
|
30 |
st.markdown("<h3 style='text-align:center; font-size:24px;'>Search in PDF</h3>", unsafe_allow_html=True)
|
31 |
+
col1, col2 = st.columns(spec=[0.4,0.6])
|
32 |
|
33 |
with st.container():
|
34 |
with col1:
|