Skip to content

Commit

Permalink
Update code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh1507 authored Oct 6, 2024
1 parent 414ca3a commit 814d45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 814d45d

Please sign in to comment.