How do I use CSS #45
-
|
I thought I would get a better answer in the repo for the python version of webui. Here is a link to the original question: webui-dev/webui#692 (comment) |
Beta Was this translation helpful? Give feedback.
Answered by
AlbertShown
Mar 16, 2026
Replies: 1 comment
-
|
Change your python script to this: from webui import webui
window = webui.Window()
window.set_root_folder("ui/")
window.show('main.html')
webui.wait() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jonasilver137
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change your python script to this: