Spaces:
Sleeping
Sleeping
Upload streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -103,6 +103,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.info(f"🔢 Total Sum of Picks: {sum(result)}")
|
| 107 |
|
| 108 |
#HOT-COLD NUMBERS
|
|
|
|
| 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
|