Spaces:
Sleeping
Sleeping
Winston B
commited on
Commit
Β·
c4ef28b
1
Parent(s):
caa351c
Hide index part 2
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,
|
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.set_index('Confidence',drop=True), use_container_width=True)
|
549 |
|
550 |
tab1, tab2, tab3, tab4 = st.tabs(["π€ Stats", "β¨ New Data", "π Historical", "π Performance"])
|
551 |
|