Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,6 @@ from urllib.error import URLError
|
|
22 |
if 'chat_history_page1' not in st.session_state:
|
23 |
st.session_state['chat_history_page1'] = []
|
24 |
|
25 |
-
if 'chat_history_page2' not in st.session_state:
|
26 |
-
st.session_state['chat_history_page2'] = []
|
27 |
-
|
28 |
|
29 |
|
30 |
# Step 1: Clone the Dataset Repository
|
@@ -39,9 +36,6 @@ repo.git_pull() # Pull the latest changes (if any)
|
|
39 |
# Step 2: Load the PDF File
|
40 |
pdf_path = "Private_Book/141123_Kombi_compressed.pdf" # Replace with your PDF file path
|
41 |
|
42 |
-
# Step 2: Load the PDF File
|
43 |
-
pdf_path2 = "Private_Book/Deutsche_Kodierrichtlinien_23.pdf" # Replace with your PDF file path
|
44 |
-
|
45 |
|
46 |
api_key = os.getenv("OPENAI_API_KEY")
|
47 |
# Retrieve the API key from st.secrets
|
|
|
22 |
if 'chat_history_page1' not in st.session_state:
|
23 |
st.session_state['chat_history_page1'] = []
|
24 |
|
|
|
|
|
|
|
25 |
|
26 |
|
27 |
# Step 1: Clone the Dataset Repository
|
|
|
36 |
# Step 2: Load the PDF File
|
37 |
pdf_path = "Private_Book/141123_Kombi_compressed.pdf" # Replace with your PDF file path
|
38 |
|
|
|
|
|
|
|
39 |
|
40 |
api_key = os.getenv("OPENAI_API_KEY")
|
41 |
# Retrieve the API key from st.secrets
|