Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
220313a
1
Parent(s):
ea04f7c
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ col2.metric("Model Accuracy", acc)
|
|
| 180 |
st.metric("Most Important Question", "")
|
| 181 |
st.subheader(get_feat())
|
| 182 |
st.text("")
|
| 183 |
-
st.
|
| 184 |
|
| 185 |
with open('info.md') as f:
|
| 186 |
f.readline()
|
|
|
|
| 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:
|
| 186 |
f.readline()
|