WebView
This commit is contained in:
parent
83e0614bdb
commit
6605ed126f
2 changed files with 5 additions and 1 deletions
|
@ -5,3 +5,4 @@ mistralai
|
||||||
openai
|
openai
|
||||||
anthropic
|
anthropic
|
||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
|
pywebview
|
3
py/webapp.py
Normal file
3
py/webapp.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import webview
|
||||||
|
webview.create_window('Interstellar AI', 'http://localhost:3000')
|
||||||
|
webview.start()
|
Loading…
Reference in a new issue