Spaces:
Herc
/
Runtime error

Herc commited on
Commit
633d462
·
1 Parent(s): 4e81263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -207,6 +207,9 @@ def commissioner_analytics(schedule_df, commissioners):
207
 
208
  st.title("Basketball Game Schedule Generator")
209
 
 
 
 
210
  if 'num_teams' not in st.session_state:
211
  st.session_state.num_teams = 10
212
  if 'num_conferences' not in st.session_state:
 
207
 
208
  st.title("Basketball Game Schedule Generator")
209
 
210
+ st.set_option('deprecation.showPyplotGlobalUse', False)
211
+
212
+
213
  if 'num_teams' not in st.session_state:
214
  st.session_state.num_teams = 10
215
  if 'num_conferences' not in st.session_state: