nesticot commited on
Commit
898afc4
·
verified ·
1 Parent(s): 450b26d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ import pandas as pd
20
  from configure import base_url
21
  import shinyswatch
22
 
 
23
 
24
  from api_scraper import MLB_Scrape
25
  mlb_stats = MLB_Scrape()
 
20
  from configure import base_url
21
  import shinyswatch
22
 
23
+ import datetime
24
 
25
  from api_scraper import MLB_Scrape
26
  mlb_stats = MLB_Scrape()