Spaces:
Sleeping
Sleeping
Commit
Β·
7d9ef80
1
Parent(s):
5e4e180
file modified
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ wiki=WikipediaQueryRun(api_wrapper=api_wrapper)
|
|
19 |
search=DuckDuckGoSearchRun(name="Search")
|
20 |
|
21 |
|
22 |
-
st.title("π LangChain - Chat with search")
|
23 |
"""
|
24 |
In this example, we're using `StreamlitCallbackHandler` to display the thoughts and actions of an agent in an interactive Streamlit app.
|
25 |
Try more LangChain π€ Streamlit Agent examples at [github.com/langchain-ai/streamlit-agent](https://github.com/langchain-ai/streamlit-agent).
|
|
|
19 |
search=DuckDuckGoSearchRun(name="Search")
|
20 |
|
21 |
|
22 |
+
st.title("π LangChain - Chat with search deployed on HF")
|
23 |
"""
|
24 |
In this example, we're using `StreamlitCallbackHandler` to display the thoughts and actions of an agent in an interactive Streamlit app.
|
25 |
Try more LangChain π€ Streamlit Agent examples at [github.com/langchain-ai/streamlit-agent](https://github.com/langchain-ai/streamlit-agent).
|