emvecchi commited on
Commit
ff8ea49
1 Parent(s): f47d400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -89,7 +89,18 @@ fields: List[Field] = [
89
 
90
  Field(type="container", title="**Moderation Function**", children=[
91
  Field(name="mod_function", type="multiselect",
92
- title="What type of moderation function is needed here? *(Multiple selection possible)*"),
 
 
 
 
 
 
 
 
 
 
 
93
  Field(name="mod_function_other", type="text", title="*If Other, please specify:*"),
94
  ]),
95
 
 
89
 
90
  Field(type="container", title="**Moderation Function**", children=[
91
  Field(name="mod_function", type="multiselect",
92
+ title="What type of moderation function is needed here? *(Multiple selection possible)*",
93
+ help="""**Improving quality:** \n
94
+ \t Providing substantive information about the proposed rule\n
95
+ \t Correcting misstatements or clarifying what the agency is looking for\n
96
+ \t Pointing to relevant information in primary documents or other data\n
97
+ \t Pointing out characteristics of effective commenting\n
98
+ \t Asking users to provide more information, factual details, or data to support their statements\n
99
+ \t Asking users to make or consider possible solutions/alternative approaches\n
100
+ **Broadening discussion:** \n
101
+ \t Encouraging users to consider and engage comments of other users\n
102
+ \t Posing a question to the community at large that encourages other users to respond\n
103
+ """),
104
  Field(name="mod_function_other", type="text", title="*If Other, please specify:*"),
105
  ]),
106