Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ col3, col4 = st.columns()
|
|
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
|
43 |
all_data = st.button("Submit")
|
44 |
with col4:
|
45 |
st.write("")
|
|
|
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:
|
45 |
st.write("")
|