Eduard Kharakhashyan commited on
Commit
93ff3ca
·
1 Parent(s): 2512edf

Kay rule removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with st.expander("Gas components") as gc_exp:
123
 
124
 
125
  CRIT_LIST = [UD]
126
- CORRS = ["Kay rule", "Sutton", "Standing dry gas", "Standing wet gas"]
127
  crit_options = [UD]
128
  if sg_source == SG_GC:
129
  crit_options.append("From gas components")
 
123
 
124
 
125
  CRIT_LIST = [UD]
126
+ CORRS = ["Sutton", "Standing dry gas", "Standing wet gas"]
127
  crit_options = [UD]
128
  if sg_source == SG_GC:
129
  crit_options.append("From gas components")