Skip to content
Permalink
Browse files
Update GUI.py
  • Loading branch information
issakas committed Nov 23, 2017
1 parent 024e6de commit 4fe76aac598f7fe729205745e6397fe8eb533861
Showing 1 changed file with 1 addition and 1 deletion.
2 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")

0 comments on commit 4fe76aa

Please sign in to comment.