Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ repo = Repository(
|
|
| 31 |
repo.git_pull() # Pull the latest changes (if any)
|
| 32 |
|
| 33 |
# Step 2: Load the PDF File
|
| 34 |
-
pdf_path = "Private_Book/
|
| 35 |
|
| 36 |
with st.sidebar:
|
| 37 |
st.title('BinDoc GmbH')
|
|
|
|
| 31 |
repo.git_pull() # Pull the latest changes (if any)
|
| 32 |
|
| 33 |
# Step 2: Load the PDF File
|
| 34 |
+
pdf_path = "Private_Book/141123_Kombi_compressed.pdf" # Replace with your PDF file path
|
| 35 |
|
| 36 |
with st.sidebar:
|
| 37 |
st.title('BinDoc GmbH')
|