Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|