Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
def Cope.streamlit.SS.setup | ( | self, | |
* | queries, | ||
** | vars | ||
) |
Pass default values of all the variables you're using.
If a variable is provided via positional args, and not keyword args, this sets it to be watched by query parameters as well.
Definition at line 140 of file streamlit.py.