We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
this could possibly be an isssue with the rendering. anyway, the next release will hopefully solve this.
Sorry, something went wrong.
same
krish-adi
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: