Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
9566b05
1
Parent(s):
0260d5b
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ 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 |
-
|
173 |
# st.metric("Most Important Question", get_feat())
|
174 |
|
175 |
|
|
|
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 |
|