Vihang28 commited on
Commit
b189c38
·
verified ·
1 Parent(s): 290d96e

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
- 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: