Skip to content

Commit

Permalink
rename Analyzer -> Analyser. Closes #469
Browse files Browse the repository at this point in the history
  • Loading branch information
markushal committed Jun 18, 2024
1 parent 2ae01a4 commit a556927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PtX-BOA: PtX Business Opportunity Analyzer
# PtX-BOA: PtX Business Opportunity Analyser

PtX-BOA is a tool that aims to promote the export of a wide range of PtX molecules, including amongst others, green ammonia, e-methanol and synthetic fuels. Users can calculate the delivered cost of PtX molecules from an export country to an import country, with a detailed cost breakdown comparison highlighting the competitive edge of one country against another.

Expand Down
4 changes: 2 additions & 2 deletions ptxboa_streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# app layout:

st.set_page_config(
page_title="PtX Business Opportunity Analyzer", page_icon="./data/favicon-16x16.png"
page_title="PtX Business Opportunity Analyser", page_icon="./data/favicon-16x16.png"
)

# Set the pandas display option to format floats with 2 decimal places
Expand Down Expand Up @@ -89,7 +89,7 @@
)


st.title("PtX Business Opportunity Analyzer")
st.title("PtX Business Opportunity Analyser")

with st.container():
st.error(
Expand Down

0 comments on commit a556927

Please sign in to comment.