interstellar_ai/py/webapp.py
Patrick_Pluto 6605ed126f WebView
2024-09-23 14:46:17 +02:00

3 lines
97 B
Python

import webview
webview.create_window('Interstellar AI', 'http://localhost:3000')
webview.start()