Spaces:
Sleeping
Sleeping
add credit
Browse filesadded credit to 'astrotalk.com'
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
| 2 |
import datetime
|
| 3 |
import requests
|
|
|
|
| 1 |
+
# credit : Horoscope data is being scraped from 'https://astrotalk.com'
|
| 2 |
+
|
| 3 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
| 4 |
import datetime
|
| 5 |
import requests
|