Isabel Gwara commited on
Commit
46508dd
·
1 Parent(s): 8e2b9e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -179,6 +179,7 @@ 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
 
183
  with open('info.md') as f:
184
  f.readline()
 
179
  col2.metric("Model Accuracy", acc)
180
  st.metric("Most Important Question", "")
181
  st.subheader(get_feat())
182
+ st.empty()
183
 
184
  with open('info.md') as f:
185
  f.readline()