From d69086fa9a5113b86313b8f1ada14a761d06de69 Mon Sep 17 00:00:00 2001 From: Samridhi Mukhopadhyay Date: Sat, 24 Aug 2024 17:01:17 +0530 Subject: [PATCH] Updated chatbot python file --- chatbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot.py b/chatbot.py index 983b924..53cd231 100644 --- a/chatbot.py +++ b/chatbot.py @@ -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")