Skip to content

Commit 1f67ded

Browse files
committed
🧹
1 parent 9bbf13a commit 1f67ded

File tree

4 files changed

+123
-217
lines changed

4 files changed

+123
-217
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ short_description: Human-Wildlife Conflict LLM
1212
license: bsd
1313
---
1414

15-
# Welcome to Streamlit!
15+
View app: <https://huggingface.co/spaces/boettiger-lab/hwc-llm>
1616

17-
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
1817

19-
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20-
forums](https://discuss.streamlit.io).

requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
streamlit
2-
langchain-chroma
3-
bs4
4-
langchain
5-
langchain-chroma
62
langchain-community
73
langchain-core
8-
langchain-core
94
langchain_openai
105
langchain-text-splitters
116
requests

src/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,5 @@ def vector_store(_splits):
115115
# https://python.langchain.com/docs/tutorials/qa_chat_history/
116116

117117
# Also see structured outputs.
118+
119+

0 commit comments

Comments
 (0)