Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ import streamlit.components.v1 as components
|
|
13 |
import textract
|
14 |
import time
|
15 |
import zipfile
|
|
|
16 |
|
17 |
from audio_recorder_streamlit import audio_recorder
|
18 |
from bs4 import BeautifulSoup
|
|
|
13 |
import textract
|
14 |
import time
|
15 |
import zipfile
|
16 |
+
import PyPDF2
|
17 |
|
18 |
from audio_recorder_streamlit import audio_recorder
|
19 |
from bs4 import BeautifulSoup
|