WebView better

This commit is contained in:
Patrick_Pluto 2024-09-23 15:02:02 +02:00
parent e484b38eca
commit 1a45c04b88
2 changed files with 4 additions and 1 deletions

View file

@ -5,4 +5,7 @@ mistralai
openai openai
anthropic anthropic
pyOpenSSL pyOpenSSL
pywebview
tkhtmlview
cefpython3
pywebview pywebview

View file

@ -1,3 +1,3 @@
import webview import webview
webview.create_window('Interstellar AI', 'http://localhost:3000') webview.create_window('Hello world', 'http://localhost:3000')
webview.start() webview.start()