Skip to content

Commit

Permalink
Update chatbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samridhi171 committed Aug 25, 2024
2 parents 79363a6 + 7689d1a commit 0687148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ def extract_pages(input_pdf_path, output_pdf_path, start_page, end_page):


# Set PDF file paths directly here and change it accordingly
<<<<<<< HEAD
pdf_paths = [r"Harrison's_Extracted_Pages.pdf"]
=======
pdf_paths = [r"Cancer.pdf"]
>>>>>>> 7689d1a8bfcb35bff39e19bcf48583be7759b311

# Set page configuration
st.set_page_config(page_title="Medical Bot", layout="wide")
Expand Down

0 comments on commit 0687148

Please sign in to comment.