Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with tab3:
|
|
109 |
df_hold_container = st.empty()
|
110 |
|
111 |
with col1:
|
112 |
-
prop_type_var_sp = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'])
|
113 |
|
114 |
if st.button('Simulate Stat'):
|
115 |
with col2:
|
@@ -177,7 +177,7 @@ with tab4:
|
|
177 |
df_hold_container = st.empty()
|
178 |
|
179 |
with col1:
|
180 |
-
prop_type_var_h = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'])
|
181 |
|
182 |
if st.button('Simulate Stat'):
|
183 |
with col2:
|
|
|
109 |
df_hold_container = st.empty()
|
110 |
|
111 |
with col1:
|
112 |
+
prop_type_var_sp = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'], key='prop_type_var_sp')
|
113 |
|
114 |
if st.button('Simulate Stat'):
|
115 |
with col2:
|
|
|
177 |
df_hold_container = st.empty()
|
178 |
|
179 |
with col1:
|
180 |
+
prop_type_var_h = st.selectbox('Select type of prop to simulate', options = ['Strikeouts', 'Wins', 'Quality_starts'], key='prop_type_var_h')
|
181 |
|
182 |
if st.button('Simulate Stat'):
|
183 |
with col2:
|