Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ from configure import base_url
|
|
| 21 |
import shinyswatch
|
| 22 |
|
| 23 |
|
| 24 |
-
|
| 25 |
mlb_stats = MLB_Scrape()
|
| 26 |
|
| 27 |
schedule_spring = mlb_stats.get_schedule(year_input=2024,
|
|
|
|
| 21 |
import shinyswatch
|
| 22 |
|
| 23 |
|
| 24 |
+
from api_scraper import MLB_Scrape
|
| 25 |
mlb_stats = MLB_Scrape()
|
| 26 |
|
| 27 |
schedule_spring = mlb_stats.get_schedule(year_input=2024,
|