diff --git a/GUI.py b/GUI.py index f6d541b..99e38d8 100644 --- a/GUI.py +++ b/GUI.py @@ -90,7 +90,7 @@ base.geometry("600x500") base.resizable(width=FALSE, height = FALSE) chatDispl = Text(base, bd = 0, bg = "white", height = "8", width= "50", font = "Arial") -chatDispl.insert(END, "Please enter a username\n") +chatDispl.insert(END, "Hi, there I'm Snoo.py Snek, What is your name?\n") chatDispl.config(state=DISABLED) scrollBar = Scrollbar(base, command= chatDispl.yview, cursor = "heart")