Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,9 +79,6 @@ with col1:
|
|
79 |
team_dict = dict(zip(adp_table.Player, adp_table.Team))
|
80 |
proj_dict = dict(zip(adp_table.Player, adp_table.Projection))
|
81 |
diff_dict = dict(zip(adp_table.Player, adp_table.Diff))
|
82 |
-
|
83 |
-
st.write(proj_dict)
|
84 |
-
st.write(diff_dict)
|
85 |
|
86 |
with col2:
|
87 |
stack_hold_container = st.empty()
|
|
|
79 |
team_dict = dict(zip(adp_table.Player, adp_table.Team))
|
80 |
proj_dict = dict(zip(adp_table.Player, adp_table.Projection))
|
81 |
diff_dict = dict(zip(adp_table.Player, adp_table.Diff))
|
|
|
|
|
|
|
82 |
|
83 |
with col2:
|
84 |
stack_hold_container = st.empty()
|