Sheller commited on
Commit
e16bafa
·
verified ·
1 Parent(s): cc39d32

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -300,7 +300,7 @@ if submitted:
300
 
301
  st.info("\n\n".join(feedback))
302
 
303
- if scores["relevance"] > 0.8 and scores["completeness"] > 0.9 and scores["regional_completeness"] > 0.9:
304
  st.balloons()
305
  st.success(t["final_success"])
306
  else:
 
300
 
301
  st.info("\n\n".join(feedback))
302
 
303
+ if scores["relevance"] > 0.8 and scores["completeness"] > 0.9 and scores["regional_completeness"] > 0.8:
304
  st.balloons()
305
  st.success(t["final_success"])
306
  else: