We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ab242 commit c2b8d02Copy full SHA for c2b8d02
app/ui.py
@@ -145,8 +145,8 @@ def create_widgets(self) -> None:
145
self.browser_combobox.pack(pady=5)
146
self.browser_combobox.set('Choose Browser')
147
148
- # Label for Custom LLM Instructions
149
- label_llm = ttk.Label(self, text='Custom LLM Instructions:', bootstyle="info")
+ # Label for Custom LLM Guidance
+ label_llm = ttk.Label(self, text='Custom LLM Guidance:', bootstyle="info")
150
label_llm.pack(pady=10)
151
152
# Text Box for Custom LLM Instructions
0 commit comments