Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,21 +30,6 @@ def final_result(pdf_file, search_term):
|
|
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 |
-
st.markdown(
|
34 |
-
"""
|
35 |
-
<style>
|
36 |
-
.stContainer > div:first-child {
|
37 |
-
width: 45% !important;
|
38 |
-
margin-right: 5%;
|
39 |
-
}
|
40 |
-
.stContainer > div:last-child {
|
41 |
-
width: 50% !important;
|
42 |
-
}
|
43 |
-
</style>
|
44 |
-
""",
|
45 |
-
unsafe_allow_html=True
|
46 |
-
)
|
47 |
-
|
48 |
with st.container():
|
49 |
with col1:
|
50 |
input_file = st.file_uploader(label="Upload .pdf File", type='pdf')
|
|
|
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:
|
35 |
input_file = st.file_uploader(label="Upload .pdf File", type='pdf')
|