Update app.py
Browse files
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('
|
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 💬")
|