Spaces:
Running
Running
Update app.py
Browse files
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)
|