Update app.py
Browse files
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'
|