emvecchi commited on
Commit
0a9464d
1 Parent(s): 68d3681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ fields: List[Field] = [
41
  Field(type="container", title="", children=[
42
  Field(name="to_moderate", type="radio",
43
  title="**Moderator Intervention**: Do feel this comment/discussion would benefit from moderator intervention?"),
44
- Field(name="actions_clear", type="slider",
45
  title="**Priority**: With what level of priority would you need to interact with this comment?"),
46
  ]),
47
  #Field(type="expander",
 
41
  Field(type="container", title="", children=[
42
  Field(name="to_moderate", type="radio",
43
  title="**Moderator Intervention**: Do feel this comment/discussion would benefit from moderator intervention?"),
44
+ Field(name="actions_clear", type="radio",
45
  title="**Priority**: With what level of priority would you need to interact with this comment?"),
46
  ]),
47
  #Field(type="expander",