Skip to content

Commit 7809471

Browse files
committed
Updated GUI.
1 parent 88535b8 commit 7809471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def __init__(self, app:CTk.CTk) :
149149
settings_button = CTk.CTkButton(self.header, text="⚙️", font=self.header_font, fg_color=self.bg_color_light, hover_color=self.bg_color, border_width=0, command = lambda : self.director("SettingButton"), width=60, height=50)
150150
settings_button.place(x=525, y=12)
151151

152-
self.ai_chat_button = CTk.CTkButton(self.app, 100, border_width=0, command=self.chat_with_ai, bg_color=self.bg_color_light, fg_color=self.bg_color_light, text="Chat with AI!", font=self.header_font)
152+
self.ai_chat_button = CTk.CTkButton(self.app, 100, 50, border_width=0, command=self.chat_with_ai, bg_color=self.bg_color, fg_color=self.bg_color_light, text="Ask an AI!", font=self.header_font)
153153
self.ai_chat_button.place(x=200, y=550)
154154

155155
self.parse_unis()

0 commit comments

Comments
 (0)