Spaces:
Running
Running
Update app.py
Browse filesInstall the whois library.
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
2 |
import datetime
|
3 |
import requests
|
|
|
1 |
+
pip install whois
|
2 |
+
|
3 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
4 |
import datetime
|
5 |
import requests
|