From 814d45d10ecce7059502c48fe949ac68d3c09fcc Mon Sep 17 00:00:00 2001 From: Vignesh Skanda Date: Sun, 6 Oct 2024 19:08:07 +0530 Subject: [PATCH] Update code.py --- code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.py b/code.py index f7c4689..ca20c7d 100644 --- a/code.py +++ b/code.py @@ -116,7 +116,7 @@ def getprecautionDict(): # Function to collect user info and greet def getInfo(): - print("-----------------------------------HealthCare ChatBot-----------------------------------") + print("-----------------------------------AI Medical ChatBot-----------------------------------") print("\nYour Name? \t\t\t\t", end="-> ") name = input("") print("Hello, ", name)