diff --git a/py/requirements.txt b/py/requirements.txt
index 8a79dc1..a5fe3e6 100644
--- a/py/requirements.txt
+++ b/py/requirements.txt
@@ -5,4 +5,7 @@ mistralai
 openai
 anthropic
 pyOpenSSL
+pywebview
+tkhtmlview
+cefpython3
 pywebview
\ No newline at end of file
diff --git a/py/webapp.py b/py/webapp.py
index 6ad4725..e97750b 100644
--- a/py/webapp.py
+++ b/py/webapp.py
@@ -1,3 +1,3 @@
 import webview
-webview.create_window('Interstellar AI', 'http://localhost:3000')
+webview.create_window('Hello world', 'http://localhost:3000')
 webview.start()