amiguel commited on
Commit
813d145
·
verified ·
1 Parent(s): 6710530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)