Hi, I started recently in eel, and made my first application with it, but I need multiple pages html for my app, how I setup this in the python code that start the eel.init() and eel.start("index.html")?
Hi @felipexlr50 - this is supported just fine. You put the page you want to start on into eel.start, then just make sure that a script tag for eel.js is present in all HTML pages you build. It should "just work" 馃
Let us know how you get on!
Thanks, that works