Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1f42Ergav8K1
|
|
58 |
all_fd_player_projections = 'https://docs.google.com/spreadsheets/d/1f42Ergav8K1VsOLOK9MUn7DM_MLMvv4GR2Fy7EfnZTc/edit#gid=500994479'
|
59 |
final_Proj = 0
|
60 |
|
61 |
-
expected_lineup = β
|
62 |
-
confirmed_line = β
|
63 |
|
64 |
@st.cache_data
|
65 |
def load_time():
|
|
|
58 |
all_fd_player_projections = 'https://docs.google.com/spreadsheets/d/1f42Ergav8K1VsOLOK9MUn7DM_MLMvv4GR2Fy7EfnZTc/edit#gid=500994479'
|
59 |
final_Proj = 0
|
60 |
|
61 |
+
expected_lineup = "β"
|
62 |
+
confirmed_line = "β
"
|
63 |
|
64 |
@st.cache_data
|
65 |
def load_time():
|