jiawei-ren commited on
Commit
fcaab9a
·
1 Parent(s): c55bd01
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def run(num1, num2, num3, num4, num5, random_seed, submit):
233
  if submit == 0:
234
  text = "Press \"Start Regressing\" if your are happy with the training data. Regression takes ~10s."
235
  else:
236
- text = "Press \"Prepare Training Data\" to change the training data. You may also change the random seed."
237
  if submit == 1:
238
  if not osp.exists('train_log'):
239
  os.mkdir('train_log')
 
233
  if submit == 0:
234
  text = "Press \"Start Regressing\" if your are happy with the training data. Regression takes ~10s."
235
  else:
236
+ text = "Press \"Prepare Training Data\" before changing the training data. You may also change the random seed."
237
  if submit == 1:
238
  if not osp.exists('train_log'):
239
  os.mkdir('train_log')