watanabe3tipapa commited on
Commit
9d9cdc2
·
1 Parent(s): 6b7ef92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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`. Please refer to the code for more details at https://github.com/watanabe3tipapa/web_sge_agent.
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: