interstellar_ai/py/webapp.py
2024-09-23 15:02:02 +02:00

3 lines
93 B
Python

import webview
webview.create_window('Hello world', 'http://localhost:3000')
webview.start()