From a2c6f9ebf7aa83c653beebeddf1bae29b7b3409e Mon Sep 17 00:00:00 2001 From: harshithansraj Date: Tue, 25 Jun 2024 16:00:36 +0530 Subject: [PATCH] streamlit: add page (#13143) * streamlit: add page --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: spageektti Co-authored-by: K.B.Dharun Krishna --- pages/common/streamlit.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/streamlit.md diff --git a/pages/common/streamlit.md b/pages/common/streamlit.md new file mode 100644 index 0000000000..feef02114e --- /dev/null +++ b/pages/common/streamlit.md @@ -0,0 +1,20 @@ +# streamlit + +> Framework for creating interactive, data-driven web apps in Python. +> More information: . + +- Check for the Streamlit installation: + +`streamlit hello` + +- Run your Streamlit application: + +`streamlit run {{project_name}}` + +- Display help: + +`streamlit --help` + +- Display version: + +`streamlit --version`