Blanca commited on
Commit
3517c33
·
verified ·
1 Parent(s): 7c37bf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,7 +135,7 @@ Your final output should consist of only one of the following:
135
  Do not include any explanation, reasoning, or additional text in your output."""}
136
 
137
  def call_start():
138
- return format_log("We are starting your evaluation. This can take a few minutes.")
139
 
140
  def add_new_eval(
141
  model: str,
@@ -274,7 +274,7 @@ def add_new_eval(
274
  }) + "\n"
275
  )
276
 
277
- task_ids.append(intervention_id)
278
  #scores += score
279
  #num_questions += 1
280
  #break
 
135
  Do not include any explanation, reasoning, or additional text in your output."""}
136
 
137
  def call_start():
138
+ return format_warning("We are starting your evaluation. This can take a few minutes.")
139
 
140
  def add_new_eval(
141
  model: str,
 
274
  }) + "\n"
275
  )
276
 
277
+ task_ids.append(id_to_eval)
278
  #scores += score
279
  #num_questions += 1
280
  #break