yashm commited on
Commit
d3dd66f
·
verified ·
1 Parent(s): 600e9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)