Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import api_scraper
|
|
3 |
import pandas as pd
|
4 |
scrape = api_scraper.MLB_Scrape()
|
5 |
|
6 |
-
import df_update
|
7 |
-
update = df_update.df_update()
|
8 |
from matplotlib.colors import LinearSegmentedColormap, Normalize
|
9 |
import numpy as np
|
10 |
import requests
|
|
|
3 |
import pandas as pd
|
4 |
scrape = api_scraper.MLB_Scrape()
|
5 |
|
6 |
+
# import df_update
|
7 |
+
# update = df_update.df_update()
|
8 |
from matplotlib.colors import LinearSegmentedColormap, Normalize
|
9 |
import numpy as np
|
10 |
import requests
|