From de9ec90d41f1430ab0561c2979585787210d8e01 Mon Sep 17 00:00:00 2001 From: Markus Haller Date: Mon, 16 Sep 2024 09:11:11 +0200 Subject: [PATCH 1/2] Revert "remove Green Iron from product selection list" This reverts commit 9f9438611a110b8c251b13097e1d8d0456d21a70. --- app/sidebar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/sidebar.py b/app/sidebar.py index 2097951..0c6502b 100644 --- a/app/sidebar.py +++ b/app/sidebar.py @@ -95,6 +95,7 @@ def main_settings(api): "Product:", [ "Ammonia", + "Green Iron", "Hydrogen", "LOHC", "Methane", From 28e540956de20d2b13894511c4dc1b177f832d6b Mon Sep 17 00:00:00 2001 From: Markus Haller Date: Mon, 16 Sep 2024 09:11:26 +0200 Subject: [PATCH 2/2] Revert "add info message" This reverts commit 17a0559771bf1ee138d79bc25c42f7d95b0f18b4. --- ptxboa_streamlit.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ptxboa_streamlit.py b/ptxboa_streamlit.py index 7777c26..cbfe114 100644 --- a/ptxboa_streamlit.py +++ b/ptxboa_streamlit.py @@ -91,12 +91,6 @@ st.title("PtX Business Opportunity Analyser") -with st.container(): - st.warning( - "**Info:** The calculation of costs for producing Green Iron" - " is currently under revision and will be released in the coming days." - ) - with st.container(): if st.session_state["edit_input_data"]: st.info("Data editing mode **ON**")