barfi icon indicating copy to clipboard operation
barfi copied to clipboard

blocks don show

Open jersonortiz opened this issue 2 years ago • 4 comments

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

jersonortiz avatar Apr 23 '24 17:04 jersonortiz

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

krish-adi avatar Aug 23 '24 15:08 krish-adi

same

kyle-wendling avatar Sep 15 '24 02:09 kyle-wendling

Hey @jersonortiz , could you check the new release of version + 1.0.0 ? This uses a new rendering engine for the flow.

krish-adi avatar Jan 15 '25 23:01 krish-adi

Also @kyle-wendling

krish-adi avatar Jan 15 '25 23:01 krish-adi