From 1a45c04b8855b90838318dbfb145a94b10e5c20a Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Mon, 23 Sep 2024 15:02:02 +0200 Subject: [PATCH] WebView better --- py/requirements.txt | 3 +++ py/webapp.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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()