Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,12 +79,12 @@ guidelines_text = 'Please read <a href="https://someurl.com">the guidelines</a>'
|
|
79 |
study_code = 'some code here'
|
80 |
|
81 |
intro_fields: List[Field] = [
|
82 |
-
Field(type="container", title="**Introductory Questions:**", children=[
|
83 |
Field(name="intro_moderation_goals", type="text", title="As a moderator, what are your goals/objectives for the comment section? (free text)"),
|
84 |
Field(name="intro_experience", type="text", title="What do you feel contributes to a good experience for the users/discussion?"),
|
85 |
Field(name="intro_valuable_comment", type="text", title="What makes a comment or contribution valuable?"),
|
86 |
Field(name="intro_bad_comment", type="text", title="What makes a comment or contribution of poor quality, unconstructive or detrimental to the discussion?"),
|
87 |
-
]),
|
88 |
]
|
89 |
|
90 |
fields: List[Field] = [
|
|
|
79 |
study_code = 'some code here'
|
80 |
|
81 |
intro_fields: List[Field] = [
|
82 |
+
#Field(type="container", title="**Introductory Questions:**", children=[
|
83 |
Field(name="intro_moderation_goals", type="text", title="As a moderator, what are your goals/objectives for the comment section? (free text)"),
|
84 |
Field(name="intro_experience", type="text", title="What do you feel contributes to a good experience for the users/discussion?"),
|
85 |
Field(name="intro_valuable_comment", type="text", title="What makes a comment or contribution valuable?"),
|
86 |
Field(name="intro_bad_comment", type="text", title="What makes a comment or contribution of poor quality, unconstructive or detrimental to the discussion?"),
|
87 |
+
#]),
|
88 |
]
|
89 |
|
90 |
fields: List[Field] = [
|