You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Main application is supported by flask. EEL Thread is started and web page pop-ups.Everything goes fine until user refresh eel web page. In this moment, main application stops.
Main application is supported by flask. EEL Thread is started and web page pop-ups.Everything goes fine until user refresh eel web page. In this moment, main application stops.
import a
import b
import flask
def gui():
eel.start('index.html', size=(454, 440), port=8000, close_callback=close_callback, cmdline_args=['--disable-translate'])
eel.init('web')
#Flask app started ...
app. run()
Thread(target=gui, daemon=True).start()
Desktop (please complete the following information):