diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:31:03 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:31:03 +0100 |
| commit | fe441f69a4632e5245588574923ef8dc467eced5 (patch) | |
| tree | c9975c3b706a4c810ba975c2884c748d7255c770 /bin/kasper_gui.py | |
| parent | 9ebcbfc83a64b8a27d0725dbd12f6a8fdb042934 (diff) | |
tried implementing ollama
Diffstat (limited to 'bin/kasper_gui.py')
| -rw-r--r-- | bin/kasper_gui.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/kasper_gui.py b/bin/kasper_gui.py deleted file mode 100644 index e5edc6a..0000000 --- a/bin/kasper_gui.py +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | import tkinter | ||
| 2 | |||
| 3 | display = tkinter.Tk() | ||
| 4 | display.title("Kasper") | ||
| 5 | |||
| 6 | display.mainloop() \ No newline at end of file | ||
