Streamlit client for the BDC Chatbot.
Copy .env_example to .env and make any necessary changes
pip install -r requirements.txtstreamlit run client.pyor with more controls
streamlit run client.py --server.port=8501 --server.enableCORS=false --server.address=0.0.0.0docker build -t containers.renci.org/comms/bdcbot-client:0.1.0 .
TBD