Hi there,
I was starting looking for how to use streamlit that seems amazing, but I was asking myself if and how it is possible to write a simple python script that depending from a boolean argument passed to it, I can run the script either by using streamlit or not by simple running it without any web GUI.
A practical example could be that I have a set of configuration options of the tool I want to change, and if I like to experiment I would like to have the web page allowing me to change them and showing the results of the computation, but if I decided parameters I would like to run the tool just with that values and producing the results.
Any advise is really welcome
Alecs