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", 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**")