If there is someone has the same problem,
make sure you are not using proxy on your machine otherwise it will show you an empty window
to solve this issue even when there is proxy enabled use switch
"proxy-server":"direct://",
so your code be like this→
CEF_SWITCHES = {"proxy-server":"direct://"}
cef.Initialize(switches=CEF_SWITCHES)
if there is something wrong or I am not aware of please tell me