Open jersonortiz opened 7 months ago
i already tried on multiple browsers but they don't show ,but they appear in the minimap on upper right
`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
this could possibly be an isssue with the rendering. anyway, the next release will hopefully solve this.
same
i already tried on multiple browsers but they don't show ,but they appear in the minimap on upper right
`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