Put your Google API Key in .streamlit/secrets.toml
.
GOOGLE_API_KEY = "YOUR_API_KEY"
Run streamlit app.
# for local
pip install -r requirements.txt
# for codespace
ln -s /home/codespace/.local/lib/python3.10/site-packages/bin/streamlit /home/codespace/.local/bin/
streamlit run chatbot.py
Dependency: google-generativeai
, streamlit
, pandas
.