Isabel Gwara commited on
Commit
cfe0b8d
1 Parent(s): 5a3b7e1

Update reader.py

Browse files
Files changed (1) hide show
  1. reader.py +1 -1
reader.py CHANGED
@@ -9,7 +9,7 @@ def get_article(acc, most_imp_feat):
9
  placeholder = "please create an info.txt to customize this text"
10
  note = "**Note that model accuracy and most important feature reflect assumptions made by the model about the world, and may be inaccurate. These can be helpful for understanding how the model works, but should not be considered absolute facts."
11
 
12
- title = bkgd = data_collection = priv_cons = bias_cons = ident_cons = img_src = membs = placeholder
13
  # check if info.txt is present
14
  if os.path.isfile(filename):
15
  # open info.txt in read mode
 
9
  placeholder = "please create an info.txt to customize this text"
10
  note = "**Note that model accuracy and most important feature reflect assumptions made by the model about the world, and may be inaccurate. These can be helpful for understanding how the model works, but should not be considered absolute facts."
11
 
12
+ title = bkgd = data_collection = priv_cons = bias_cons = ident_cons = img_src = membs = description = placeholder
13
  # check if info.txt is present
14
  if os.path.isfile(filename):
15
  # open info.txt in read mode