New design for chat sidebar thing

This commit is contained in:
jeffser
2024-05-22 18:01:16 -06:00
parent a62d193edf
commit 21f0c9dafd
4 changed files with 55 additions and 15 deletions

View File

@@ -32,6 +32,7 @@ alpaca_sources = [
'window.py',
'connection_handler.py',
'available_models.py',
'style.css'
]
install_data(alpaca_sources, install_dir: moduledir)