Spaces:
Paused
Paused
Svetlana
commited on
Commit
·
68df596
1
Parent(s):
41d1a24
fix: import
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import requests
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
|
|
|
|
| 7 |
from agent import MyAgent
|
| 8 |
|
| 9 |
# (Keep Constants as is)
|
|
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
+
import time
|
| 8 |
from agent import MyAgent
|
| 9 |
|
| 10 |
# (Keep Constants as is)
|
tools.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
import time
|
| 2 |
import re
|
| 3 |
from markdownify import markdownify
|
| 4 |
from smolagents import Tool
|
|
|
|
|
|
|
| 1 |
import re
|
| 2 |
from markdownify import markdownify
|
| 3 |
from smolagents import Tool
|