Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,8 +54,8 @@ warnings.filterwarnings('ignore')
|
|
54 |
# from yfpy.query import YahooFantasySportsQuery
|
55 |
# import yahoo_oauth
|
56 |
import json
|
57 |
-
import openpyxl
|
58 |
-
from sklearn import preprocessing
|
59 |
from PIL import Image
|
60 |
import logging
|
61 |
import matplotlib.patches as patches
|
@@ -64,7 +64,7 @@ from matplotlib.font_manager import FontProperties
|
|
64 |
from matplotlib.offsetbox import OffsetImage, AnnotationBbox
|
65 |
|
66 |
import requests
|
67 |
-
import pickle
|
68 |
import pandas as pd
|
69 |
|
70 |
# # Loop over the counter and format the API call
|
|
|
54 |
# from yfpy.query import YahooFantasySportsQuery
|
55 |
# import yahoo_oauth
|
56 |
import json
|
57 |
+
#import openpyxl
|
58 |
+
#from sklearn import preprocessing
|
59 |
from PIL import Image
|
60 |
import logging
|
61 |
import matplotlib.patches as patches
|
|
|
64 |
from matplotlib.offsetbox import OffsetImage, AnnotationBbox
|
65 |
|
66 |
import requests
|
67 |
+
#import pickle
|
68 |
import pandas as pd
|
69 |
|
70 |
# # Loop over the counter and format the API call
|