Skip to content

Commit ec0a8aa

Browse files
Update OllamaGUI.py
1 parent 5f7fa60 commit ec0a8aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OllamaGUI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def initUI(self):
6666
input_layout.addWidget(self.model_combobox)
6767

6868
self.send_button = QPushButton("Send")
69+
# I AM A MATURE PERSON
6970
self.send_button.clicked.connect(self.send_message)
7071
self.send_button.setMinimumWidth(100) # Set minimum width
7172
self.send_button.setFixedHeight(35) # Set fixed height

0 commit comments

Comments
 (0)