Update app.py
Browse files
app.py
CHANGED
@@ -96,4 +96,4 @@ submit_btn = st.button("Extract Text")
|
|
96 |
|
97 |
if submit_btn and pdf_input:
|
98 |
output_html = process_pdf(pdf_input)
|
99 |
-
st.components.v1.html(output_html, height=800)
|
|
|
96 |
|
97 |
if submit_btn and pdf_input:
|
98 |
output_html = process_pdf(pdf_input)
|
99 |
+
st.components.v1.html(output_html, height=800)
|