Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,13 +4,8 @@ import pandas as pd
|
|
| 4 |
import api_scraper
|
| 5 |
scrape = api_scraper.MLB_Scrape()
|
| 6 |
import requests
|
| 7 |
-
import joblib
|
| 8 |
-
from matplotlib.gridspec import GridSpec
|
| 9 |
from shiny import App, reactive, ui, render
|
| 10 |
from shiny.ui import h2, tags
|
| 11 |
-
import matplotlib.pyplot as plt
|
| 12 |
-
import matplotlib.gridspec as gridspec
|
| 13 |
-
import seaborn as sns
|
| 14 |
from shiny import App, reactive, ui, render
|
| 15 |
from shiny.ui import h2, tags
|
| 16 |
|
|
|
|
| 4 |
import api_scraper
|
| 5 |
scrape = api_scraper.MLB_Scrape()
|
| 6 |
import requests
|
|
|
|
|
|
|
| 7 |
from shiny import App, reactive, ui, render
|
| 8 |
from shiny.ui import h2, tags
|
|
|
|
|
|
|
|
|
|
| 9 |
from shiny import App, reactive, ui, render
|
| 10 |
from shiny.ui import h2, tags
|
| 11 |
|