Spaces:
Running
Running
Update trend_crawl.py
Browse files- trend_crawl.py +1 -1
trend_crawl.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from trendspy import Trends
|
2 |
import streamlit as st
|
3 |
-
from datetime import datetime, timezone
|
4 |
tr = Trends()
|
5 |
|
6 |
TREND_TOPICS = {
|
|
|
1 |
from trendspy import Trends
|
2 |
import streamlit as st
|
3 |
+
from datetime import datetime, timezone, timedelta
|
4 |
tr = Trends()
|
5 |
|
6 |
TREND_TOPICS = {
|