neo_jimmy / README.md
MilanM's picture
Update README.md
cf4132a verified
|
raw
history blame
1.37 kB
metadata
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 and community forums.

More details on streamlit environment variables and config options:

config guidelines - link

theming configuration options - link

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

watsonx Developer Hub - link