tmarks-adobe commited on
Commit
e96ec88
1 Parent(s): a540d37

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def find_most_recent_elo(year, team):
104
 
105
  teams = normalize_teams()
106
 
107
- with gr.Blocks() as app:
108
  with gr.Row():
109
  with gr.Column(scale=1):
110
  year = gr.Dropdown([2023, 2022, 2021, 2020, 2019, 2018, 2017], label="Year")
 
104
 
105
  teams = normalize_teams()
106
 
107
+ with gr.Blocks(theme=gr.themes.Default()) as app:
108
  with gr.Row():
109
  with gr.Column(scale=1):
110
  year = gr.Dropdown([2023, 2022, 2021, 2020, 2019, 2018, 2017], label="Year")