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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -89,18 +89,7 @@ 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
- 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
 
@@ -235,9 +224,9 @@ def show_field(f: Field, index: int):
235
 
236
 
237
 
238
- # st.set_page_config(layout='wide')
239
  # Title of the app
240
- st.title("Moderation Prediction")
241
 
242
  st.markdown(
243
  """<style>
 
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
 
 
224
 
225
 
226
 
227
+ st.set_page_config(layout='wide')
228
  # Title of the app
229
+ st.title("Moderator Intervention Prediction")
230
 
231
  st.markdown(
232
  """<style>