Skip to content

Commit

Permalink
Updated chatbot python file
Browse files Browse the repository at this point in the history
  • Loading branch information
samridhi171 committed Aug 24, 2024
1 parent c5dd4bc commit d69086f
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 = "api_key"

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

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

0 comments on commit d69086f

Please sign in to comment.