RajaVardhan commited on
Commit
7d9ef80
Β·
1 Parent(s): 5e4e180

file modified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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).