forked from React-Group/interstellar_ai
3 lines
97 B
Python
3 lines
97 B
Python
import webview
|
|
webview.create_window('Interstellar AI', 'http://localhost:3000')
|
|
webview.start()
|