Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, tool
|
|
3 |
import datetime
|
4 |
import yaml
|
5 |
from tools.final_answer import FinalAnswerTool
|
6 |
-
import Document # Corrected import
|
7 |
from Gradio_UI import GradioUI
|
8 |
|
9 |
# Tool to generate the RPA automation report
|
|
|
3 |
import datetime
|
4 |
import yaml
|
5 |
from tools.final_answer import FinalAnswerTool
|
|
|
6 |
from Gradio_UI import GradioUI
|
7 |
|
8 |
# Tool to generate the RPA automation report
|