krish-adi / barfi

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

blocks don show #31

Open jersonortiz opened 7 months ago

jersonortiz commented 7 months ago

i already tried on multiple browsers but they don't show ,but they appear in the minimap on upper right image

`saved_schemas = barfi_schemas()

select_schema = st.selectbox('Select a saved schema:', saved_schemas)

feed = Block(name='Feed') feed.add_output()

result = Block(name='Result') result.add_input()

barfi_result = st_barfi(base_blocks= [feed, result],load_schema= select_schema)`

but they show witouth problem when i simply do

barfi_result = st_barfi(base_blocks= [feed, result])

this happen even with the examples

krish-adi commented 3 months ago

this could possibly be an isssue with the rendering. anyway, the next release will hopefully solve this.

kyle-wendling commented 2 months ago

same