The app currently runs in streamlit cloud and I am trying the access files in the github directory using glob.glob(‘csv//*.csv’) . However, it seems like I cannot use '’.
there it says I need to enable it by using the following command:
In this case, I can’t think of a way to specify shell settings, but you have considered other similar alternatives since you’re already in Python? Pathlib also has a glob function, maybe it bundles the setting / behaves like you want?