awacke1 commited on
Commit
03b9d85
โ€ข
1 Parent(s): 32a91b2

Update app.py

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