Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ with tab1:
|
|
268 |
elif split_var4 == 'All':
|
269 |
player_var1 = total_players
|
270 |
|
271 |
-
spread_var1 = st.slider("Is there a certain spread range you want to view?", -100, 100, (-100, 100), key='
|
272 |
|
273 |
min_var1 = st.slider("Is there a certain minutes range you want to view?", 0, 60, (0, 60), key='min_var1')
|
274 |
|
|
|
268 |
elif split_var4 == 'All':
|
269 |
player_var1 = total_players
|
270 |
|
271 |
+
spread_var1 = st.slider("Is there a certain spread range you want to view?", -100, 100, (-100, 100), key='spread_var1')
|
272 |
|
273 |
min_var1 = st.slider("Is there a certain minutes range you want to view?", 0, 60, (0, 60), key='min_var1')
|
274 |
|