Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1801,7 +1801,7 @@ def render_dashboard() -> None:
|
|
| 1801 |
hide_index=True,
|
| 1802 |
)
|
| 1803 |
|
| 1804 |
-
|
| 1805 |
|
| 1806 |
prepared_live_games_df = build_prepared_live_games_df(live_games)
|
| 1807 |
|
|
|
|
| 1801 |
hide_index=True,
|
| 1802 |
)
|
| 1803 |
|
| 1804 |
+
st.write("Prepared live games debug")
|
| 1805 |
|
| 1806 |
prepared_live_games_df = build_prepared_live_games_df(live_games)
|
| 1807 |
|