Updated UI
Browse files
app.py
CHANGED
|
@@ -164,7 +164,13 @@ def main():
|
|
| 164 |
st.markdown("<h1 style='text-align: center; color: blue;'>PDF DATA SNACHER:PAGEWISE</h1>", unsafe_allow_html=True)
|
| 165 |
st.markdown("<h3 style='text-align: center;color: brown;'>Extract valuable text and images from PDFs effortlessly and Convert PDFs into editable text and high-quality images </h3>", unsafe_allow_html=True)
|
| 166 |
|
| 167 |
-
st.sidebar.markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
|
| 169 |
pdf_file = st.file_uploader("Upload PDF", type="pdf")
|
| 170 |
|
|
|
|
| 164 |
st.markdown("<h1 style='text-align: center; color: blue;'>PDF DATA SNACHER:PAGEWISE</h1>", unsafe_allow_html=True)
|
| 165 |
st.markdown("<h3 style='text-align: center;color: brown;'>Extract valuable text and images from PDFs effortlessly and Convert PDFs into editable text and high-quality images </h3>", unsafe_allow_html=True)
|
| 166 |
|
| 167 |
+
st.sidebar.markdown(
|
| 168 |
+
"""
|
| 169 |
+
<div style="background-color: lightgray; padding: 2px; border-radius: 2px; text-align: center;">
|
| 170 |
+
<h2 style="color: blue; margin: 0;">PDF PREVIEW</h2>
|
| 171 |
+
</div>
|
| 172 |
+
""", unsafe_allow_html=True)
|
| 173 |
+
|
| 174 |
|
| 175 |
pdf_file = st.file_uploader("Upload PDF", type="pdf")
|
| 176 |
|