Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ wr_matchups = coverage_matchups()
|
|
123 |
macro_data = macro_pull()
|
124 |
pos_list = ['RB', 'WR', 'TE']
|
125 |
|
126 |
-
tab1, tab2 = st.tabs("Season Long Research", "Slate Specific")
|
127 |
with tab1:
|
128 |
col1, col2 = st.columns([1, 8])
|
129 |
|
|
|
123 |
macro_data = macro_pull()
|
124 |
pos_list = ['RB', 'WR', 'TE']
|
125 |
|
126 |
+
tab1, tab2 = st.tabs(["Season Long Research", "Slate Specific"])
|
127 |
with tab1:
|
128 |
col1, col2 = st.columns([1, 8])
|
129 |
|