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/Kombi_ohneGlossar_131123.pdf" # Replace with your PDF file path
|
35 |
|
36 |
with st.sidebar:
|
37 |
st.title('BinDoc GmbH')
|