Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ if st.session_state.name:
|
|
158 |
if 'preds' in st.session_state:
|
159 |
|
160 |
cc1.write('Here is our guess')
|
161 |
-
cc1.metric("Probability you will like", f'{st.session_state.pred:.1%}')
|
162 |
|
163 |
best,worst = get_extremes()
|
164 |
|
|
|
158 |
if 'preds' in st.session_state:
|
159 |
|
160 |
cc1.write('Here is our guess')
|
161 |
+
cc1.metric("Probability you will like the person above", f'{st.session_state.pred:.1%}')
|
162 |
|
163 |
best,worst = get_extremes()
|
164 |
|