Spaces:
Sleeping
Sleeping
Upload 4 files
Browse files- src/streamlit_app.py +3 -2
src/streamlit_app.py
CHANGED
|
@@ -53,7 +53,8 @@ This rule helps eliminate outlier combinations with abnormally low or
|
|
| 53 |
high totals, which historically have a lower likelihood of being drawn.
|
| 54 |
If a generated set falls outside the allowed range, the system
|
| 55 |
regenerates a new one until the condition is satisfied.
|
| 56 |
-
|
|
|
|
| 57 |
""")
|
| 58 |
|
| 59 |
|
|
@@ -103,7 +104,7 @@ try:
|
|
| 103 |
if st.button("🎰 Generate Prediction"):
|
| 104 |
result = generate_gimme5_prediction(g5_df, allow_sequences=use_sequence)
|
| 105 |
st.success(f"🧠 Predicted Numbers: {result}")
|
| 106 |
-
st.success("ℹ️ No Star Ball or Megabucks Number for Gimme5")
|
| 107 |
st.info(f"🔢 Total Sum of Picks: {sum(result)}")
|
| 108 |
|
| 109 |
#HOT-COLD NUMBERS
|
|
|
|
| 53 |
high totals, which historically have a lower likelihood of being drawn.
|
| 54 |
If a generated set falls outside the allowed range, the system
|
| 55 |
regenerates a new one until the condition is satisfied.
|
| 56 |
+
|
| 57 |
+
**7- Fortuna favet ludens, qui non ludit, non vincit, In ludo est spes**
|
| 58 |
""")
|
| 59 |
|
| 60 |
|
|
|
|
| 104 |
if st.button("🎰 Generate Prediction"):
|
| 105 |
result = generate_gimme5_prediction(g5_df, allow_sequences=use_sequence)
|
| 106 |
st.success(f"🧠 Predicted Numbers: {result}")
|
| 107 |
+
st.success("ℹ️ No Star Ball or Megabucks Number for Gimme5")
|
| 108 |
st.info(f"🔢 Total Sum of Picks: {sum(result)}")
|
| 109 |
|
| 110 |
#HOT-COLD NUMBERS
|