Skip to content

Commit

Permalink
Improve formatting of the project description in app.py for better re…
Browse files Browse the repository at this point in the history
…adability
  • Loading branch information
mkuthan committed Nov 21, 2024
1 parent 4b183d7 commit 2379ced
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ def share(path: str) -> None:
st.session_state["logged_in"] = False

about = """
This project demonstrates how to leverage the built-in power of Streamlit using best software engineering practices and tools.
It provides a non-trivial Streamlit application skeleton, showcasing how to effectively utilize Streamlit's capabilities
and address its limitations.
This project demonstrates how to leverage the built-in power of Streamlit using best software engineering practices
and tools.
It provides a non-trivial Streamlit application skeleton, showcasing how to effectively utilize Streamlit's
capabilities and address its limitations.
See [README](https://github.com/mkuthan/example-streamlit/blob/main/README.md) for more details.
"""

Expand Down

0 comments on commit 2379ced

Please sign in to comment.