Spaces:
Runtime error
Runtime error
Commit
·
9d9cdc2
1
Parent(s):
6b7ef92
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def main():
|
|
89 |
tools = [get_search_ddg_tool(), get_fetch_page_tool()]
|
90 |
|
91 |
"""
|
92 |
-
This is a sample Web Browsing Agent app that uses LangChain's `OpenAIFunctionsAgent` and Streamlit's `StreamlitCallbackHandler`.
|
93 |
"""
|
94 |
|
95 |
for msg in st.session_state.messages:
|
|
|
89 |
tools = [get_search_ddg_tool(), get_fetch_page_tool()]
|
90 |
|
91 |
"""
|
92 |
+
This is a sample Web Browsing Agent app that uses LangChain's `OpenAIFunctionsAgent` and Streamlit's `StreamlitCallbackHandler`.
|
93 |
"""
|
94 |
|
95 |
for msg in st.session_state.messages:
|