Skip to content

Commit

Permalink
Merge branch '562-reactivate-green-iron-production' into 564-differen…
Browse files Browse the repository at this point in the history
…ces-between-costs-in-optimization-tab-and-costs-tab
  • Loading branch information
markushal committed Sep 16, 2024
2 parents 824e4d9 + 28e5409 commit 942b220
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions app/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def main_settings(api):
"Product:",
[
"Ammonia",
"Green Iron",
"Hydrogen",
"LOHC",
"Methane",
Expand Down
6 changes: 0 additions & 6 deletions ptxboa_streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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**")
Expand Down

0 comments on commit 942b220

Please sign in to comment.