Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 614 Bytes

File metadata and controls

35 lines (22 loc) · 614 Bytes

BDC Chatbot Streamlit Client

Streamlit client for the BDC Chatbot.

Copy environment variables

Copy .env_example to .env and make any necessary changes

Install dependencies

pip install -r requirements.txt

Run chatbot

streamlit run client.py

or with more controls

streamlit run client.py --server.port=8501 --server.enableCORS=false --server.address=0.0.0.0

Deployment

Build Docker Image

docker build -t containers.renci.org/comms/bdcbot-client:0.1.0 .

TBD