USER-GNEXUSES commited on
Commit
687c2c8
·
verified ·
1 Parent(s): 9b4cef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, tool
3
  import datetime
4
  import yaml
5
  from tools.final_answer import FinalAnswerTool
6
- from docx 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
+ import Document # Corrected import
7
  from Gradio_UI import GradioUI
8
 
9
  # Tool to generate the RPA automation report