Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def convert_df_to_csv(df):
|
|
104 |
tab1, tab2, tab3 = st.tabs(['Uploads and Info', 'Range of Outcomes', 'Optimizer'])
|
105 |
|
106 |
with tab1:
|
107 |
-
st.info("The Projections file can have any columns in any order, but must contain columns explicitly named: 'Player', 'Salary', 'Position', 'Team', 'Opp', '
|
108 |
col1, col2 = st.columns([1, 5])
|
109 |
|
110 |
with col1:
|
|
|
104 |
tab1, tab2, tab3 = st.tabs(['Uploads and Info', 'Range of Outcomes', 'Optimizer'])
|
105 |
|
106 |
with tab1:
|
107 |
+
st.info("The Projections file can have any columns in any order, but must contain columns explicitly named: 'Player', 'Salary', 'Position', 'Team', 'Opp', 'Minutes', 'Median', and 'Own'. For the purposes of this showdown optimizer, only include FLEX positions, salaries, and medians. The optimizer logic will handle the rest!")
|
108 |
col1, col2 = st.columns([1, 5])
|
109 |
|
110 |
with col1:
|