Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ demo = gr.Interface(
|
|
| 110 |
fn=train_and_predict,
|
| 111 |
inputs=gr.File(file_types=[".txt", ".csv"], label="Upload Toto650.txt"),
|
| 112 |
outputs=gr.Textbox(label="Training, Predictions & History", lines=25),
|
| 113 |
-
title="Sure Win
|
| 114 |
description="Upload Toto650.txt after each draw. Predicts both Top 15 (System 15) and Top 6 (single ticket). Auto-evaluates Top 6 against latest draw. Keeps history of last 12 runs."
|
| 115 |
)
|
| 116 |
|
|
|
|
| 110 |
fn=train_and_predict,
|
| 111 |
inputs=gr.File(file_types=[".txt", ".csv"], label="Upload Toto650.txt"),
|
| 112 |
outputs=gr.Textbox(label="Training, Predictions & History", lines=25),
|
| 113 |
+
title="Sure Win - Star Toto 6/50 Predictor",
|
| 114 |
description="Upload Toto650.txt after each draw. Predicts both Top 15 (System 15) and Top 6 (single ticket). Auto-evaluates Top 6 against latest draw. Keeps history of last 12 runs."
|
| 115 |
)
|
| 116 |
|