With conda
, default name is "rag_webapp":
conda env create -f requirements.yaml [--name ENV_NAME]
then, using poetry
:
poetry install
Run with:
poetry -m streamlit run app.py
This demo is based on the repository streamlit-elements, which wraps Material UI widgets (MUI). As such, you have access to any icons from MUI, as seen on this page.
See this for wrapping/changing new components: https://docs.streamlit.io/library/components/create