Skip to content

Commit

Permalink
update: intro page
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Dec 10, 2024
1 parent 64300e0 commit 541203f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application_pages/intro_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ def initialize_session_state():
st.title("🧞‍♂️ Guardrails Genie")

st.write(
"Guardrails-Genie is a tool that helps you implement guardrails in your LLM applications."
"""
Guardrails-Genie is a tool that helps you implement guardrails in your LLM applications.
Learn more about Guardrails-Genie at [**geekyrakshit.dev/guardrails-genie**](https://geekyrakshit.dev/guardrails-genie/)
"""
)

st.sidebar.markdown(
Expand Down

0 comments on commit 541203f

Please sign in to comment.