interstellar_ai/py/run.py

8 lines
132 B
Python
Raw Normal View History

2024-09-23 16:35:16 +02:00
import os
import webview
os.system("python api.py")
webview.create_window('Hello world', 'http://localhost:3000')
webview.start()