ChinmayBH commited on
Commit
dc6f992
1 Parent(s): c343a33

Updated UI

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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('<p class="sidebar-header">PDF PREVIEW</p>', unsafe_allow_html=True)
 
 
 
 
 
 
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