Spaces:
Sleeping
Sleeping
jimmy624135
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import matplotlib.pyplot as plt
|
|
|
|
|
3 |
from pytrends.request import TrendReq
|
4 |
import requests
|
5 |
|
|
|
1 |
import streamlit as st
|
2 |
import matplotlib.pyplot as plt
|
3 |
+
import matplotlib as mpl
|
4 |
+
import matplotlib.font_manager as fm
|
5 |
from pytrends.request import TrendReq
|
6 |
import requests
|
7 |
|