barfi icon indicating copy to clipboard operation
barfi copied to clipboard

blocks don show

Open jersonortiz opened this issue 10 months ago • 2 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