LinuxCommandLibrary

streamlit

Framework for creating interactive, data-driven web apps in Python.

TLDR

Check for the Streamlit installation

$ streamlit hello
copy


Run your Streamlit application
$ streamlit run [project_name]
copy


Display help
$ streamlit --help
copy


Display version
$ streamlit --version
copy

Copied to clipboard