emvecchi commited on
Commit
0d497f6
1 Parent(s): c38a618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,7 +82,7 @@ fields: List[Field] = [
82
  ]),
83
  #Field(name="parent_comment", type="input_col", title="**Preceeding Comment:**"),
84
  Field(name="comment", type="input_col", title="**Comment:**"),
85
- Field(name="image_name", type="input_col", title="**Visualization of high contributing properties:**"),
86
 
87
  Field(type="container", title="**Need for Moderation**", children=[
88
  Field(name="to_moderate", type="radio",
@@ -232,7 +232,7 @@ def show_field(f: Field, index: int):
232
 
233
 
234
 
235
- st.set_page_config(layout='wide')
236
  # Title of the app
237
  st.title("Moderator Intervention Prediction")
238
 
 
82
  ]),
83
  #Field(name="parent_comment", type="input_col", title="**Preceeding Comment:**"),
84
  Field(name="comment", type="input_col", title="**Comment:**"),
85
+ Field(name="image_name", type="input_col", title=""),# "**Visualization of high contributing properties:**"),
86
 
87
  Field(type="container", title="**Need for Moderation**", children=[
88
  Field(name="to_moderate", type="radio",
 
232
 
233
 
234
 
235
+ #st.set_page_config(layout='wide')
236
  # Title of the app
237
  st.title("Moderator Intervention Prediction")
238