Spaces:
Sleeping
Sleeping
last top of fold add
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ with st.form("choose_model"):
|
|
294 |
|
295 |
seq_proba = seq_predict_proba(new_pred, xgbr, seq2)
|
296 |
|
297 |
-
st.info(f'
|
298 |
|
299 |
green_proba = seq_proba[0]
|
300 |
red_proba = 1 - green_proba
|
|
|
294 |
|
295 |
seq_proba = seq_predict_proba(new_pred, xgbr, seq2)
|
296 |
|
297 |
+
st.info(f'as of {option} on {curr_date} ๐๐ฝ', icon="๐ฎ")
|
298 |
|
299 |
green_proba = seq_proba[0]
|
300 |
red_proba = 1 - green_proba
|