dorumiruu commited on
Commit
8ff431e
·
verified ·
1 Parent(s): bb156d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from dotenv import load_dotenv
3
  import pickle
4
  from PyPDF2 import PdfReader
5
  from streamlit_extras.add_vertical_space import add_vertical_space
@@ -23,9 +23,9 @@ with st.sidebar:
23
 
24
  ''')
25
  add_vertical_space(5)
26
- st.write('Made with ❤️ by [Prompt Engineer](https://youtube.com/@engineerprompt)')
27
 
28
- load_dotenv()
29
 
30
  def main():
31
  st.header("Chat with PDF 💬")
 
1
  import streamlit as st
2
+ # from dotenv import load_dotenv
3
  import pickle
4
  from PyPDF2 import PdfReader
5
  from streamlit_extras.add_vertical_space import add_vertical_space
 
23
 
24
  ''')
25
  add_vertical_space(5)
26
+ st.write('Dhrumil')
27
 
28
+ # load_dotenv()
29
 
30
  def main():
31
  st.header("Chat with PDF 💬")