Benny-Tang commited on
Commit
99a337f
·
verified ·
1 Parent(s): db6b1ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Club - Star Toto 6/50 Predictor (System 15 + System 6)",
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