Update app.py
Browse files
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:
|