Alex Strick van Linschoten commited on
Commit
e198289
1 Parent(s): 7955158

update app

Browse files
Files changed (1) hide show
  1. streamlit_app.py +2 -1
streamlit_app.py CHANGED
@@ -229,7 +229,8 @@ else:
229
  pdf.output(report, "F")
230
 
231
  text_output = f"A total of {len(redacted_pages)} pages were redacted. \n\nThe redacted page numbers were: {', '.join(redacted_pages)}. \n\n"
232
-
 
233
  if not extract_images_checkbox:
234
  st.text(text_output)
235
  # DISPLAY IMAGES
229
  pdf.output(report, "F")
230
 
231
  text_output = f"A total of {len(redacted_pages)} pages were redacted. \n\nThe redacted page numbers were: {', '.join(redacted_pages)}. \n\n"
232
+
233
+ st.balloons()
234
  if not extract_images_checkbox:
235
  st.text(text_output)
236
  # DISPLAY IMAGES