Update text_web_browser.py
Browse files- text_web_browser.py +1 -1
text_web_browser.py
CHANGED
@@ -15,7 +15,7 @@ from serpapi import GoogleSearch
|
|
15 |
|
16 |
from smolagents import Tool
|
17 |
|
18 |
-
from
|
19 |
from .mdconvert import FileConversionException, MarkdownConverter, UnsupportedFormatException
|
20 |
|
21 |
|
|
|
15 |
|
16 |
from smolagents import Tool
|
17 |
|
18 |
+
from cookies import COOKIES
|
19 |
from .mdconvert import FileConversionException, MarkdownConverter, UnsupportedFormatException
|
20 |
|
21 |
|