felfri commited on
Commit
14fd56d
·
verified ·
1 Parent(s): eb8c1eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ class AIEvaluationForm:
132
  question_component = gr.Checkbox(
133
  label=question,
134
  value=False,
135
- info="Check if this evaluation has been performed"
136
  )
137
  question_components[question] = question_component
138
  all_components.append(question_component)
 
132
  question_component = gr.Checkbox(
133
  label=question,
134
  value=False,
135
+ #info="Check if this evaluation has been performed"
136
  )
137
  question_components[question] = question_component
138
  all_components.append(question_component)