Skip to content

Align homepage copy between README and Streamlit metadata#521

Merged
kentang2017 merged 1 commit into
mainfrom
copilot/update-readme-and-app
Jun 6, 2026
Merged

Align homepage copy between README and Streamlit metadata#521
kentang2017 merged 1 commit into
mainfrom
copilot/update-readme-and-app

Conversation

Copilot AI commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Updated homepage-facing text to keep KinAstro branding and positioning consistent across documentation and the app entrypoint. This change targets the README hero copy and Streamlit page title/docstring text only.

  • Scope

    • Standardized product naming from Kin Astro to KinAstro in homepage-facing strings.
    • Updated homepage descriptor to emphasize the “八十四體系占星” positioning.
  • README updates

    • Revised top-level title to: 堅占星 KinAstro|八十四體系占星.
    • Updated hero badge label from Kin_Astro to KinAstro.
  • App metadata updates (app.py)

    • Updated module docstring branding to KinAstro.
    • Changed Streamlit page_title from 堅占星 KinAstro | 世界占星 to 堅占星 KinAstro | 八十四體系占星.
st.set_page_config(
    page_title="堅占星 KinAstro | 八十四體系占星",
    page_icon="🌌",
    layout="wide",
    initial_sidebar_state="expanded",
)

@kentang2017 kentang2017 marked this pull request as ready for review June 6, 2026 03:20
Copilot AI review requested due to automatic review settings June 6, 2026 03:20
@kentang2017 kentang2017 merged commit 573c0b1 into main Jun 6, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aligns KinAstro’s homepage-facing branding between the README “hero” content and the Streamlit app metadata, standardizing the product name (KinAstro) and emphasizing the “八十四體系占星” positioning in the app title.

Changes:

  • Updated README top-level heading and hero badge label to use KinAstro and highlight “八十四體系占星”.
  • Updated app.py module docstring branding to KinAstro.
  • Updated Streamlit st.set_page_config(page_title=...) to “堅占星 KinAstro | 八十四體系占星”.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Updates hero/title branding and badge label to KinAstro + “八十四體系占星”.
app.py Updates module docstring branding and Streamlit page_title to match new positioning.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants