Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
00807e0
1
Parent(s):
220313a
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,6 @@ col1.metric("Number of Different Possible Results", len(cat_value_dicts[final_co
|
|
179 |
col2.metric("Model Accuracy", acc)
|
180 |
st.metric("Most Important Question", "")
|
181 |
st.subheader(get_feat())
|
182 |
-
st.text("")
|
183 |
st.markdown("***")
|
184 |
|
185 |
with open('info.md') as f:
|
|
|
179 |
col2.metric("Model Accuracy", acc)
|
180 |
st.metric("Most Important Question", "")
|
181 |
st.subheader(get_feat())
|
|
|
182 |
st.markdown("***")
|
183 |
|
184 |
with open('info.md') as f:
|