Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

562 reactivate green iron production #563

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading