Spaces:
Sleeping
Sleeping
Commit
·
296561c
1
Parent(s):
250d6ba
improved description on success
Browse files
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
|
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 (
|