Wajahat698 commited on
Commit
0d114ef
·
verified ·
1 Parent(s): fe06e19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -55,6 +55,8 @@ st.set_page_config(layout="wide")
55
  import logging
56
  import asyncio
57
  import re
 
 
58
  # Set up logging to suppress Streamlit warnings about experimental functions
59
  logging.getLogger('streamlit').setLevel(logging.ERROR)
60
  INITIAL_MESSAGE_LIMIT = 100
 
55
  import logging
56
  import asyncio
57
  import re
58
+ from langchain_community.tools import TavilySearchResults
59
+
60
  # Set up logging to suppress Streamlit warnings about experimental functions
61
  logging.getLogger('streamlit').setLevel(logging.ERROR)
62
  INITIAL_MESSAGE_LIMIT = 100