Dropdown styles in pythonanywhere and in my laptop. diferences - how to fix

hi

I have an app, I see it correctly in my browser, but when deploying it in pythonanywhere, there’s a difference in the dropdowns, they don’t show correctly.

in pythonanywhere
image

in my laptop
image

how can I fix this? I suppose its something with the css … but dont know how to call the css in my .py … what can I do?

Are all your dependencies in pythonanywhere as they are when ran from your laptop?

yes, I added everything as it is in my foldier … but there’s something wierd with the static folder or the css in pythonanywhere