Spaces:
Sleeping
Sleeping
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/) |