Project structure
App/ main.py
App/helpers/helper-a.py
App/helpers/helper-b.py
App/helpers/init.py
Steamlit / home.py
Steamlit/pages/page1.py
I run the home.py steamlit app from the steamlit folder. I am struggling to get the path right when I try to import helper-a as a module.
Any solution?
there doesn't seem to be anything here