diff --git a/docs/img/apps_streamlit.png b/docs/img/apps_streamlit.png new file mode 100644 index 00000000..535b5e68 Binary files /dev/null and b/docs/img/apps_streamlit.png differ diff --git a/docs/img/apps_streamlit_dark.png b/docs/img/apps_streamlit_dark.png new file mode 100644 index 00000000..e169f859 Binary files /dev/null and b/docs/img/apps_streamlit_dark.png differ diff --git a/docs/img/apps_streamlit_form.png b/docs/img/apps_streamlit_form.png new file mode 100644 index 00000000..0103704b Binary files /dev/null and b/docs/img/apps_streamlit_form.png differ diff --git a/docs/img/apps_streamlit_form_dark.png b/docs/img/apps_streamlit_form_dark.png new file mode 100644 index 00000000..57c7d066 Binary files /dev/null and b/docs/img/apps_streamlit_form_dark.png differ diff --git a/docs/webapp/applications/apps_streamlit.md b/docs/webapp/applications/apps_streamlit.md index 199e28e0..e7cba3ca 100644 --- a/docs/webapp/applications/apps_streamlit.md +++ b/docs/webapp/applications/apps_streamlit.md @@ -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 changes +![Streamlit Dashboard](../../img/apps_streamlit.png#light-mode-only) +![Streamlit Dashboard](../../img/apps_streamlit_dark.png#dark-mode-only) + ## Streamlit Launcher Instance Configuration When configuring a new Streamlit launcher instance, you can fill in the required parameters or reuse the configuration of 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 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 - a new instance with the same configuration \ No newline at end of file + 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) \ No newline at end of file