Spaces:
Sleeping
Sleeping
Update BasicAgent.py
Browse files- BasicAgent.py +1 -1
BasicAgent.py
CHANGED
@@ -12,7 +12,7 @@ from smolagents import (
|
|
12 |
)
|
13 |
|
14 |
#*
|
15 |
-
@
|
16 |
def read_excel(self, file_path, sheet_name=0):
|
17 |
"""
|
18 |
Read an Excel file into a pandas DataFrame.
|
|
|
12 |
)
|
13 |
|
14 |
#*
|
15 |
+
@Tool
|
16 |
def read_excel(self, file_path, sheet_name=0):
|
17 |
"""
|
18 |
Read an Excel file into a pandas DataFrame.
|