so for a good time i was searching for a way to run a python script directly from JavaScript and that was when I found something called eel which is supposed to do that so I followed what the documentation is saying and everything looks right, I hit a button in that I built with html in which after I click this button the python script runs, but I keep getting and error in my browser console saying that eel is not defined.
note that i included this line in html as the documentation suggests:
<script type=”text/javascript” src=”/eel.js”></script>
no idea what is wrong hope someone can help. thanks in advance