Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ repo = Repository(
|
|
| 24 |
repo.git_pull() # Pull the latest changes (if any)
|
| 25 |
|
| 26 |
# Step 2: Load the PDF File
|
| 27 |
-
pdf_file_path = "Private_Book/
|
| 28 |
|
| 29 |
with st.sidebar:
|
| 30 |
st.title('BinDoc GmbH')
|
|
|
|
| 24 |
repo.git_pull() # Pull the latest changes (if any)
|
| 25 |
|
| 26 |
# Step 2: Load the PDF File
|
| 27 |
+
pdf_file_path = "Private_Book/KOMBI_all2.pdf" # Replace with your PDF file path
|
| 28 |
|
| 29 |
with st.sidebar:
|
| 30 |
st.title('BinDoc GmbH')
|