Spaces:
Sleeping
Sleeping
Winston B
commited on
Commit
Β·
d17c6a4
1
Parent(s):
816b291
Top of fold hide index
Browse files
app.py
CHANGED
@@ -545,7 +545,7 @@ with st.form("choose_model"):
|
|
545 |
# Cache all DFs
|
546 |
all_dfs = []
|
547 |
|
548 |
-
st.dataframe(top_of_fold, use_container_width=True)
|
549 |
|
550 |
tab1, tab2, tab3, tab4 = st.tabs(["π€ Stats", "β¨ New Data", "π Historical", "π Performance"])
|
551 |
|
|
|
545 |
# Cache all DFs
|
546 |
all_dfs = []
|
547 |
|
548 |
+
st.dataframe(top_of_fold, use_container_width=True, hide_index=True)
|
549 |
|
550 |
tab1, tab2, tab3, tab4 = st.tabs(["π€ Stats", "β¨ New Data", "π Historical", "π Performance"])
|
551 |
|