Vihang28 commited on
Commit
0cb6c65
·
verified ·
1 Parent(s): df96733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ col1, col2 = st.columns(spec=[0.4,0.6])
38
  with col1:
39
  input_file = st.file_uploader(label="Upload .pdf File", type='pdf')
40
  search_term = st.text_input(label="Enter Search-term", placeholder="Search here...")
41
- col3, col4 = st.columns()
42
  with col3:
43
  all_data = st.button("Submit")
44
  with col4:
 
38
  with col1:
39
  input_file = st.file_uploader(label="Upload .pdf File", type='pdf')
40
  search_term = st.text_input(label="Enter Search-term", placeholder="Search here...")
41
+ col3, col4 = st.columns(spec=[0.5,0.5])
42
  with col3:
43
  all_data = st.button("Submit")
44
  with col4: