Spaces:
Running
Running
Jon Solow
commited on
Commit
·
a033f2f
1
Parent(s):
d1ca126
Format date time to not show year
Browse files
src/pages/10_Player_News.py
CHANGED
|
@@ -43,9 +43,9 @@ def get_page():
|
|
| 43 |
"Position",
|
| 44 |
],
|
| 45 |
column_config={
|
| 46 |
-
"Date/Time": st.column_config.DatetimeColumn(),
|
| 47 |
"Team": st.column_config.TextColumn(width="small"),
|
| 48 |
-
|
| 49 |
)
|
| 50 |
|
| 51 |
|
|
|
|
| 43 |
"Position",
|
| 44 |
],
|
| 45 |
column_config={
|
| 46 |
+
"Date/Time": st.column_config.DatetimeColumn(format="MM-DD HH:mm"),
|
| 47 |
"Team": st.column_config.TextColumn(width="small"),
|
| 48 |
+
},
|
| 49 |
)
|
| 50 |
|
| 51 |
|