Spaces:
Sleeping
Sleeping
importerd re
Browse files
app.py
CHANGED
@@ -7,6 +7,8 @@ from tools.final_answer import FinalAnswerTool
|
|
7 |
from tools.visit_webpage import VisitWebpageTool
|
8 |
from tools.web_search import DuckDuckGoSearchTool
|
9 |
|
|
|
|
|
10 |
from Gradio_UI import GradioUI
|
11 |
|
12 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
|
|
7 |
from tools.visit_webpage import VisitWebpageTool
|
8 |
from tools.web_search import DuckDuckGoSearchTool
|
9 |
|
10 |
+
import re
|
11 |
+
|
12 |
from Gradio_UI import GradioUI
|
13 |
|
14 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|