Skip to content

Commit

Permalink
Update chatbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samridhi171 authored Aug 24, 2024
1 parent cd1da9e commit 7689d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
api_key = "AIzaSyArJVsC_iaUDJqOCUsRTa3QwYheNgoTTaI"

# Set PDF file paths directly here and change it accordingly
pdf_paths = [r"DIABETES.pdf"]
pdf_paths = [r"Cancer.pdf"]

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

0 comments on commit 7689d1a

Please sign in to comment.