Spaces:
Sleeping
Sleeping
File size: 1,370 Bytes
a6f36cf 6d98b17 3813760 a6f36cf 6d98b17 3813760 6d98b17 a6f36cf 078e67f a9eb6af a6f36cf a9eb6af a6f36cf 3813760 078e67f cf4132a 078e67f 768cc16 078e67f a9eb6af 3813760 a9eb6af 3813760 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
title: Neo Jimmy
emoji: 🧐
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: true
short_description: Refactored version of jimmy, simpler and cleaner.
license: apache-2.0
---
## Welcome to Streamlit! (default autogenerated message)
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
forums](https://discuss.streamlit.io).
## More details on streamlit environment variables and config options:
[config guidelines - link](https://docs.streamlit.io/develop/concepts/configuration/options)
[theming configuration options - link](https://docs.streamlit.io/develop/api-reference/configuration/config.toml#theme)
Add config options to environment variables in the settings tab as:
`STREAMLIT_{section}_{variable}` as the name and then the value in the box below.
For example:
From the theming configuration options link:
```
[theme]
base="dark"
```
Should be added as:
```
STREAMLIT_THEME_BASE=dark
```
This will switch the app mode to darkmode (or light for reverse.)
## Additional info on the watsonx.ai SDK can be found here:
watsonx.ai SDK - [link](https://ibm.github.io/watsonx-ai-python-sdk/foundation_models.html)
watsonx Developer Hub - [link](https://www.ibm.com/watsonx/developer/) |