Multichem commited on
Commit
ae85aee
·
1 Parent(s): 202a0f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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