forked from React-Group/interstellar_ai
WebView better
This commit is contained in:
parent
e484b38eca
commit
1a45c04b88
2 changed files with 4 additions and 1 deletions
|
@ -6,3 +6,6 @@ openai
|
||||||
anthropic
|
anthropic
|
||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
pywebview
|
pywebview
|
||||||
|
tkhtmlview
|
||||||
|
cefpython3
|
||||||
|
pywebview
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue