Spaces:
Sleeping
Sleeping
Winston B
commited on
Commit
·
24a5803
1
Parent(s):
643c6c8
update 90m UI
Browse files
app.py
CHANGED
@@ -888,7 +888,7 @@ with st.form("choose_model"):
|
|
888 |
csv = convert_df(perf_daily)
|
889 |
|
890 |
with tab1:
|
891 |
-
st.subheader(f'Pred for {curr_date} as of
|
892 |
st.write(results)
|
893 |
st.write(df_probas)
|
894 |
with tab2:
|
|
|
888 |
csv = convert_df(perf_daily)
|
889 |
|
890 |
with tab1:
|
891 |
+
st.subheader(f'Pred for {curr_date} as of 8AM PST')
|
892 |
st.write(results)
|
893 |
st.write(df_probas)
|
894 |
with tab2:
|