streamlit-extras
streamlit-extras copied to clipboard
Generalize function_explorer
- Handle unhandled arguments by skipping them, rather than defaulting to a string
- Allow ability to st.write outputs of functions
e.g. json.loads should be usable :)
Also a checkbox to disable certain inputs would be nice