Spaces:
Sleeping
Sleeping
Eduard Kharakhashyan commited on
Commit ·
93ff3ca
1
Parent(s): 2512edf
Kay rule removed
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ with st.expander("Gas components") as gc_exp:
|
|
| 123 |
|
| 124 |
|
| 125 |
CRIT_LIST = [UD]
|
| 126 |
-
CORRS = ["
|
| 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")
|