Skip to content

Commit c2b8d02

Browse files
committed
minor UI tweak
1 parent e1ab242 commit c2b8d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def create_widgets(self) -> None:
145145
self.browser_combobox.pack(pady=5)
146146
self.browser_combobox.set('Choose Browser')
147147

148-
# Label for Custom LLM Instructions
149-
label_llm = ttk.Label(self, text='Custom LLM Instructions:', bootstyle="info")
148+
# Label for Custom LLM Guidance
149+
label_llm = ttk.Label(self, text='Custom LLM Guidance:', bootstyle="info")
150150
label_llm.pack(pady=10)
151151

152152
# Text Box for Custom LLM Instructions

0 commit comments

Comments
 (0)