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