From 4fe76aac598f7fe729205745e6397fe8eb533861 Mon Sep 17 00:00:00 2001 From: "Saeed Issaka (issakas)" Date: Thu, 23 Nov 2017 15:16:22 +0000 Subject: [PATCH] Update GUI.py --- GUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")