Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,8 @@ import streamlit as st
|
|
| 2 |
from pytrends.request import TrendReq
|
| 3 |
import pandas as pd
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
-
from pytrendsexpander import pytrendsExpander
|
|
|
|
| 6 |
|
| 7 |
# Set up the pytrends API
|
| 8 |
pytrends = TrendReq(hl='en-US', tz=360)
|
|
|
|
| 2 |
from pytrends.request import TrendReq
|
| 3 |
import pandas as pd
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
+
from modules.pytrendsexpander import pytrendsExpander
|
| 6 |
+
|
| 7 |
|
| 8 |
# Set up the pytrends API
|
| 9 |
pytrends = TrendReq(hl='en-US', tz=360)
|