krish-adi / barfi

Python Flow Based Programming environment that provides a graphical programming environment.
https://barfi.readthedocs.io
MIT License
672 stars 73 forks source link

Parameterize the location of saved schemas #18

Open subramaniam20jan opened 1 year ago

subramaniam20jan commented 1 year ago

Currently the schemas saved from the widget on streamlit ends up in the root of the application and itsnt customizeable. It would be great if we could configure a prefix for this path with the default option being the root of the application.

subramaniam20jan commented 1 year ago

Added a pull request to a simple fix: https://github.com/krish-adi/barfi/pull/19