Streamlit
Enterprise
Applicable to Enterprise Edition
Community
Applicable to Community Edition
Introduction
Streamlit turns data scripts into shareable web apps in minutes. All in Python. All for free. No front‑end experience required.
Property | Description |
---|---|
App Image | infuseai/streamlit |
Official Website | https://streamlit.io/ |
Screenshots
Usage
- Create a Streamlit app
- In the create page, fill the
FILE_PATH
variable. The server is run as the commandstreamlit run ${FILE_PATH}
. You can fill a Streamlit python from:- Local file (e.g.
/project/<group-name>/path/to/your/file
) - Web URL (e.g.
https://raw.githubusercontent.com/streamlit/streamlit-example/master/streamlit_app.py
)
- Local file (e.g.
- Open the Streamlit server you just created
- You can see the Streamlit dashboard
Limitation
Using external dependencies/packages is not supported in the current version.