Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
•
bd0ab93
1
Parent(s):
cfc757d
Update reader.py
Browse files
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
|