Hello Community,
I’m new to Streamlit and trying to develop an Application using streamlit so the first issue i’m facing is that if i want to access a file that is in the backward side folder then i can’t able to access like suppose:
My directory structure is like this:
app/
app/menu.py
app/1.py
app/pages/my.py
so now i want to run my file “app/pages/my.py” and trying to access menu.py and 1.py then i’m not able to do that.