Add Streamlit app images

This commit is contained in:
revital 2025-05-06 14:08:13 +03:00
parent b5f7a9a89d
commit 0e88f37a0d
5 changed files with 7 additions and 1 deletions

BIN
docs/img/apps_streamlit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -40,6 +40,9 @@ Once you start a Streamlit launcher instance, you can view the following informa
* Console Log - The console log shows the launcher instance's activity, including server setup progress, server status * Console Log - The console log shows the launcher instance's activity, including server setup progress, server status
changes changes
![Streamlit Dashboard](../../img/apps_streamlit.png#light-mode-only)
![Streamlit Dashboard](../../img/apps_streamlit_dark.png#dark-mode-only)
## Streamlit Launcher Instance Configuration ## Streamlit Launcher Instance Configuration
When configuring a new Streamlit launcher instance, you can fill in the required parameters or reuse the configuration of When configuring a new Streamlit launcher instance, you can fill in the required parameters or reuse the configuration of
a previously launched instance. a previously launched instance.
@ -72,4 +75,7 @@ to open the app's instance launch form.
* **Idle Time Limit** (Hours) - Maximum idle time (Period in which no requests are received by the Streamlit app) after * **Idle Time Limit** (Hours) - Maximum idle time (Period in which no requests are received by the Streamlit app) after
which the Streamlit app and the launcher instance will shut down. which the Streamlit app and the launcher instance will shut down.
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create * **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
a new instance with the same configuration a new instance with the same configuration
![Streamlit launch form](../../img/apps_streamlit_form.png#light-mode-only)
![Streamlit launch form](../../img/apps_streamlit_form_dark.png#dark-mode-only)