Spaces:
Runtime error
Runtime error
Isabel Gwara commited on
Commit ·
98da1e3
1
Parent(s): 4b388b8
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,8 +169,8 @@ if form.form_submit_button("Submit to get your recommendation!"):
|
|
| 169 |
|
| 170 |
col1, col2 = st.columns(2)
|
| 171 |
col1.metric("Number of Options", len(cat_value_dicts[final_colname]))
|
| 172 |
-
col2.metric("Model Accuracy", str(round(acc * 100, 1)) + '%')
|
| 173 |
-
st.metric("Most Important Question", get_feat())
|
| 174 |
|
| 175 |
|
| 176 |
with open('info.md') as f:
|
|
|
|
| 169 |
|
| 170 |
col1, col2 = st.columns(2)
|
| 171 |
col1.metric("Number of Options", len(cat_value_dicts[final_colname]))
|
| 172 |
+
# col2.metric("Model Accuracy", str(round(acc * 100, 1)) + '%')
|
| 173 |
+
# st.metric("Most Important Question", get_feat())
|
| 174 |
|
| 175 |
|
| 176 |
with open('info.md') as f:
|