ENUGANDHULA NILESH commited on
Commit
7199d9b
·
unverified ·
1 Parent(s): e6aa627

Update search.py

Browse files
Files changed (1) hide show
  1. search.py +1 -1
search.py CHANGED
@@ -30,7 +30,7 @@ Explore more LangChain 🧠 Streamlit Agent examples at [github.com/langchain-ai
30
  # st.sidebar.title("Settings")
31
  # api_key = st.sidebar.text_input("Enter your Groq API key:", type="password")
32
 
33
- api_key="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"
34
 
35
  if "messages" not in st.session_state:
36
  st.session_state["messages"] = [
 
30
  # st.sidebar.title("Settings")
31
  # api_key = st.sidebar.text_input("Enter your Groq API key:", type="password")
32
 
33
+ api_key="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"
34
 
35
  if "messages" not in st.session_state:
36
  st.session_state["messages"] = [