ChillThrills commited on
Commit
fe02be2
·
verified ·
1 Parent(s): 1baf3d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1685,7 +1685,7 @@ def agent_interface(
1685
  f"* Home Win (W): {prob_w_pct:.1f}%\n"
1686
  f"* Draw (D): {prob_d_pct:.1f}%\n"
1687
  f"* Away Win (L): {prob_l_pct:.1f}%\n\n"
1688
- f"To get a deeper analysis, turn **Analysis Mode ON** (button next to input) and type \"**Analyze this match**\", or enter new odds." # Updated CTA
1689
  )
1690
  logging.info(f"Generated prediction response.")
1691
 
 
1685
  f"* Home Win (W): {prob_w_pct:.1f}%\n"
1686
  f"* Draw (D): {prob_d_pct:.1f}%\n"
1687
  f"* Away Win (L): {prob_l_pct:.1f}%\n\n"
1688
+
1689
  )
1690
  logging.info(f"Generated prediction response.")
1691