Streamlit¶
Streamlit is an open-source Python library that makes it easy to build beautiful custom web-apps for machine learning and data science.
Select input parameters¶
The app receives two mandatory parameters:
Input folder: the directory with the data and the source code
App: the main source file for the app
Note
The app must be deployed on the Streamlit standard port 8051
.
Additional arguments of the app main file can be specified via the optional parameter: App arguments.
Additional Dependencies¶
For information on how to use the Additional dependencies parameter, please refer to the Initialization - Bash script, Initialization - Conda packages, and Initialization - pip packages section of the documentation.
Contents