Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ repo.git_pull() # Pull the latest changes (if any)
|
|
44 |
# Step 2: Load the PDF File
|
45 |
pdf_path = "Private_Book/09012024_Kombi_2.pdf" # Replace with your PDF file path
|
46 |
|
47 |
-
pdf_path2 = "Private_Book/
|
48 |
|
49 |
pdf_path3 = "Private_Book/Deutsche_Kodierrichtlinien_23.pdf"
|
50 |
|
@@ -296,7 +296,7 @@ def page2():
|
|
296 |
col1, col2 = st.columns([3, 1]) # Adjust the ratio to your liking
|
297 |
|
298 |
with col1:
|
299 |
-
st.title("
|
300 |
|
301 |
with col2:
|
302 |
# Load and display the image in the right column, which will be the top-right corner of the page
|
@@ -512,14 +512,14 @@ def main():
|
|
512 |
st.title('BinDoc GmbH')
|
513 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
514 |
add_vertical_space(1)
|
515 |
-
page = st.sidebar.selectbox("Choose a page", ["Document Analysis Bot", "
|
516 |
add_vertical_space(1)
|
517 |
st.write('Made with ❤️ by BinDoc GmbH')
|
518 |
|
519 |
# Main area content based on page selection
|
520 |
if page == "Document Analysis Bot":
|
521 |
page1()
|
522 |
-
elif page == "
|
523 |
page2()
|
524 |
elif page == "Test Assistance Bot":
|
525 |
page3()
|
|
|
44 |
# Step 2: Load the PDF File
|
45 |
pdf_path = "Private_Book/09012024_Kombi_2.pdf" # Replace with your PDF file path
|
46 |
|
47 |
+
pdf_path2 = "Private_Book/Kombi_KHReform_Jan24.pdf"
|
48 |
|
49 |
pdf_path3 = "Private_Book/Deutsche_Kodierrichtlinien_23.pdf"
|
50 |
|
|
|
296 |
col1, col2 = st.columns([3, 1]) # Adjust the ratio to your liking
|
297 |
|
298 |
with col1:
|
299 |
+
st.title("KH-Reform!")
|
300 |
|
301 |
with col2:
|
302 |
# Load and display the image in the right column, which will be the top-right corner of the page
|
|
|
512 |
st.title('BinDoc GmbH')
|
513 |
st.markdown("Experience revolutionary interaction with BinDocs Chat App, leveraging state-of-the-art AI technology.")
|
514 |
add_vertical_space(1)
|
515 |
+
page = st.sidebar.selectbox("Choose a page", ["Document Analysis Bot", "KH_Reform", "Test Assistance Bot"])
|
516 |
add_vertical_space(1)
|
517 |
st.write('Made with ❤️ by BinDoc GmbH')
|
518 |
|
519 |
# Main area content based on page selection
|
520 |
if page == "Document Analysis Bot":
|
521 |
page1()
|
522 |
+
elif page == "KH_Reform":
|
523 |
page2()
|
524 |
elif page == "Test Assistance Bot":
|
525 |
page3()
|