emvecchi commited on
Commit
117ae00
1 Parent(s): 8a892a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -66,9 +66,9 @@ default_choices = function_choices
66
 
67
 
68
  fields: List[Field] = [
69
- Field(type="expander", title="**Context:** *(expand)*", children=[
70
- Field(name="topic", type="input_col", title="**Topic:**"),
71
- Field(name="parent_comment", type="input_col", title="**Preceeding Comment**"),
72
  ]),
73
  #Field(name="parent_comment", type="input_col", title="**Preceeding Comment:**"),
74
  Field(name="comment", type="input_col", title="**Comment:**"),
 
66
 
67
 
68
  fields: List[Field] = [
69
+ Field(name="topic", type="input_col", title="**Topic:**"),
70
+ Field(type="expander", title="**Preceeding Comment:** *(expand)*", children=[
71
+ Field(name="parent_comment", type="input_col", title=""),
72
  ]),
73
  #Field(name="parent_comment", type="input_col", title="**Preceeding Comment:**"),
74
  Field(name="comment", type="input_col", title="**Comment:**"),