hyonee commited on
Commit
2bbf796
·
1 Parent(s): eb49cd6
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import streamlit as st
2
  from dotenv import load_dotenv
3
  from PyPDF2 import PdfReader
 
1
+ pip install python-dotenv
2
+
3
+
4
  import streamlit as st
5
  from dotenv import load_dotenv
6
  from PyPDF2 import PdfReader