wnstnb commited on
Commit
38619e7
ยท
1 Parent(s): 306ddaa

last top of fold add

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'๐Ÿ”ฎ for {option} on {curr_date} ๐Ÿ‘‡๐Ÿฝ', icon="โœ…")
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