Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/chigkim/VOLlama
Browse files Browse the repository at this point in the history
  • Loading branch information
chigkim committed Dec 8, 2024
2 parents cda6e06 + 651abf7 commit 57c5eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PromptDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class PromptDialog(wx.Dialog):
def __init__(self, parent, prompt=""):
super().__init__(parent, title="System Prompt Manager", size=(700, 500))
super().__init__(parent, title="System Prompt Manager", size=(800, 600))

self.panel = wx.Panel(self)
self.prompt_file = os.path.join(SettingsManager().config_dir, "prompts.csv")
Expand Down

0 comments on commit 57c5eba

Please sign in to comment.