interstellar_ai/py/webapp.py

4 lines
97 B
Python
Raw Normal View History

2024-09-23 14:46:17 +02:00
import webview
webview.create_window('Interstellar AI', 'http://localhost:3000')
webview.start()