Mohamed Sheded commited on
Commit
c25f868
·
unverified ·
1 Parent(s): 7b7fa60

added a link for the app in the code

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ st.title("🔎 LangChain - Chat with search")
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).
26
  """
 
27
 
28
  ## Sidebar for settings
29
  st.sidebar.title("Settings")
 
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).
26
  """
27
+ st.markdown("link to the hf space [app](https://huggingface.co/spaces/Mohamedsheded33/search-engine-llm)")
28
 
29
  ## Sidebar for settings
30
  st.sidebar.title("Settings")