Seetha commited on
Commit
8f3409a
1 Parent(s): d241351

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@
43
  import streamlit as st
44
  import urllib # the lib that handles the url stuff
45
  from PyPDF2 import PdfReader
 
46
  text_list = []
47
 
48
  #target_url = 'https://huggingface.co/datasets/Seetha/Visualization/raw/main/AFLAC_Wyatt_notag.pdf'
 
43
  import streamlit as st
44
  import urllib # the lib that handles the url stuff
45
  from PyPDF2 import PdfReader
46
+ import base64
47
  text_list = []
48
 
49
  #target_url = 'https://huggingface.co/datasets/Seetha/Visualization/raw/main/AFLAC_Wyatt_notag.pdf'