emvecchi commited on
Commit
27bef96
1 Parent(s): fd477e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -141,7 +141,6 @@ fields: List[Field] = [
141
  Field(type="expander", title="**Preceeding Comment:** *(expand)*", children=[
142
  Field(name="parent_comment", type="input_col", title=""),
143
  ]),
144
- #Field(name="parent_comment", type="input_col", title="**Preceeding Comment:**"),
145
  Field(name="comment", type="input_col", title="**Comment:**"),
146
  Field(name="image_name", type="input_col", title=""),# "**Visualization of high contributing properties:**"),
147
 
@@ -186,7 +185,7 @@ INPUT_FIELD_DEFAULT_VALUES = {'slider': 0,
186
  'checkbox': False,
187
  'radio': None,
188
  'select_slider': 0,
189
- 'multiselect': None,
190
  'likert_radio': None}
191
  #'y_n_radio': None}
192
  SHOW_HELP_ICON = False
@@ -395,7 +394,7 @@ st.markdown(
395
  div[data-testid="stMarkdownContainer"] > p {
396
  font-size: 1rem;
397
  }
398
- section.main > div {max-width:100rem}
399
  </style>
400
  """, unsafe_allow_html=True)
401
 
 
141
  Field(type="expander", title="**Preceeding Comment:** *(expand)*", children=[
142
  Field(name="parent_comment", type="input_col", title=""),
143
  ]),
 
144
  Field(name="comment", type="input_col", title="**Comment:**"),
145
  Field(name="image_name", type="input_col", title=""),# "**Visualization of high contributing properties:**"),
146
 
 
185
  'checkbox': False,
186
  'radio': None,
187
  'select_slider': 0,
188
+ 'multiselect': False,
189
  'likert_radio': None}
190
  #'y_n_radio': None}
191
  SHOW_HELP_ICON = False
 
394
  div[data-testid="stMarkdownContainer"] > p {
395
  font-size: 1rem;
396
  }
397
+ section.main > div {max-width:80rem}
398
  </style>
399
  """, unsafe_allow_html=True)
400