This commit is contained in:
dengrb1
2023-07-24 21:19:37 +08:00
committed by GitHub
parent 46c4987935
commit b4d86772c9
4 changed files with 4 additions and 4 deletions

View File

@@ -45,6 +45,6 @@ fh_bt.grid(row=2,column=1)
# mainloop
root.title('chatGPT')
root.title('chatWEB')
root.geometry('200x250+100+100')
root.mainloop()