Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ short_description: Refactored version of jimmy, simpler and cleaner.
|
|
| 12 |
license: apache-2.0
|
| 13 |
---
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
| 18 |
|
|
@@ -20,7 +20,31 @@ If you have any questions, checkout our [documentation](https://docs.streamlit.i
|
|
| 20 |
forums](https://discuss.streamlit.io).
|
| 21 |
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
watsonx.ai SDK - [link](https://ibm.github.io/watsonx-ai-python-sdk/foundation_models.html)
|
| 26 |
|
|
|
|
| 12 |
license: apache-2.0
|
| 13 |
---
|
| 14 |
|
| 15 |
+
## Welcome to Streamlit! (default autogenerated message)
|
| 16 |
|
| 17 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
| 18 |
|
|
|
|
| 20 |
forums](https://discuss.streamlit.io).
|
| 21 |
|
| 22 |
|
| 23 |
+
## More details on streamlit environment variables and config options:
|
| 24 |
+
|
| 25 |
+
[Config Guidelines](https://docs.streamlit.io/develop/concepts/configuration/options)
|
| 26 |
+
|
| 27 |
+
[Theming Configuration Options](https://docs.streamlit.io/develop/api-reference/configuration/config.toml#theme)
|
| 28 |
+
|
| 29 |
+
Add config options to environment variables in the settings tab as:
|
| 30 |
+
|
| 31 |
+
STREAMLIT_<section>_<variable> as the name and then the value in the box below.
|
| 32 |
+
|
| 33 |
+
For example:
|
| 34 |
+
From the theming configuration options link:
|
| 35 |
+
|
| 36 |
+
```
|
| 37 |
+
[theme]
|
| 38 |
+
base="dark"
|
| 39 |
+
```
|
| 40 |
+
Should be added as:
|
| 41 |
+
```
|
| 42 |
+
STREAMLIT_THEME_BASE=dark
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
This will switch the app mode to darkmode (or light for reverse.)
|
| 46 |
+
|
| 47 |
+
## Additional info on the watsonx.ai SDK can be found here:
|
| 48 |
|
| 49 |
watsonx.ai SDK - [link](https://ibm.github.io/watsonx-ai-python-sdk/foundation_models.html)
|
| 50 |
|