Spaces:
Configuration error
Configuration error
RISHABH KUMAR commited on
Commit ·
5256aa7
1
Parent(s): dd4e278
updated app2.py
Browse files
app2.py
CHANGED
|
@@ -23,12 +23,7 @@ search = DuckDuckGoSearchRun(
|
|
| 23 |
)
|
| 24 |
|
| 25 |
# 2. Streamlit UI
|
| 26 |
-
st.title("🔎 LangChain - Chat with
|
| 27 |
-
|
| 28 |
-
"""
|
| 29 |
-
In this example, we instruct the agent to search only until it has
|
| 30 |
-
enough information, then provide a concise final answer.
|
| 31 |
-
"""
|
| 32 |
|
| 33 |
st.sidebar.title("Settings")
|
| 34 |
api_key = st.sidebar.text_input("Enter your Groq API Key:", type="password")
|
|
|
|
| 23 |
)
|
| 24 |
|
| 25 |
# 2. Streamlit UI
|
| 26 |
+
st.title("🔎 LangChain - Chat with Improved Search Engine Agent")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
st.sidebar.title("Settings")
|
| 29 |
api_key = st.sidebar.text_input("Enter your Groq API Key:", type="password")
|