Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with tab2:
|
|
184 |
raw_baselines['lock'] = np.where(raw_baselines['Player'].isin(lock_var1), 1, 0)
|
185 |
st.session_state.export_baselines = raw_baselines.copy()
|
186 |
st.session_state.display_baselines = raw_baselines.copy()
|
187 |
-
st.session_state.display_lines = line_frame
|
188 |
|
189 |
display_container = st.empty()
|
190 |
display_dl_container = st.empty()
|
|
|
184 |
raw_baselines['lock'] = np.where(raw_baselines['Player'].isin(lock_var1), 1, 0)
|
185 |
st.session_state.export_baselines = raw_baselines.copy()
|
186 |
st.session_state.display_baselines = raw_baselines.copy()
|
187 |
+
st.session_state.display_lines = line_frame[line_frame['Slate'] == mainvar1]
|
188 |
|
189 |
display_container = st.empty()
|
190 |
display_dl_container = st.empty()
|