Isabel Gwara commited on
Commit
f5761ae
·
1 Parent(s): 5219921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -148,7 +148,7 @@ def get_feat():
148
 
149
  with open('info.md') as f:
150
  st.title(f.readline())
151
- st.caption('Take the quiz to get a personalized recommendation using AI.')
152
 
153
  form = st.form('ml-inputs')
154
 
@@ -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", get_feat())
181
 
182
-
183
  with open('info.md') as f:
184
  f.readline()
185
- st.markdown(f.read())
 
148
 
149
  with open('info.md') as f:
150
  st.title(f.readline())
151
+ st.subheader('Take the quiz to get a personalized recommendation using AI.')
152
 
153
  form = st.form('ml-inputs')
154
 
 
179
  col2.metric("Model Accuracy", acc)
180
  st.metric("Most Important Question", get_feat())
181
 
 
182
  with open('info.md') as f:
183
  f.readline()
184
+ st.markdown(f.read())