FrankWanger commited on
Commit
296561c
·
1 Parent(s): 250d6ba

improved description on success

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ def predict(state, conc1, flow_rate1, voltage1, solvent1, conc2, flow_rate2, vol
282
  else:
283
  usr_level = "... come on, you must have cheated (or you are extremely lucky)!"
284
 
285
- message = f"🎉 Congratulations! You've completed all 5 rounds.\nYour performance AUC is ** {auc_value:.2f} ** and CCBO was ** 1.40 **.\nYou seems to be {usr_level}\nNow you can download your results or try again!"
286
 
287
  # Return updated state and UI updates
288
  return (
 
282
  else:
283
  usr_level = "... come on, you must have cheated (or you are extremely lucky)!"
284
 
285
+ message = f"🎉 Congratulations! You've completed all 5 rounds.Your performance AUC is ** {auc_value:.2f} ** and CCBO was ** 1.40 **. You seems to be {usr_level} Now you can download your results or try again!"
286
 
287
  # Return updated state and UI updates
288
  return (