I would like to inlcude a feature in my notebook where a user imports a csv and it turns into a dataframe. I'm using mo.ui.file_browser. Is there a way to extract the filepath from FileInfo?
My notebook relies on a few csv files. I found out I could upload then to the WASM version, and it works l as it's in the same "directory" again. However, when I copy/paste the link to another tab to simulate someone else opening the tab, the files disappear.
This is for an internal tool, so it's kind of hard to replicate