geekyrakshit commited on
Commit
541203f
β€’
1 Parent(s): 64300e0

update: intro page

Browse files
Files changed (1) hide show
  1. application_pages/intro_page.py +5 -1
application_pages/intro_page.py CHANGED
@@ -22,7 +22,11 @@ initialize_session_state()
22
  st.title("πŸ§žβ€β™‚οΈ Guardrails Genie")
23
 
24
  st.write(
25
- "Guardrails-Genie is a tool that helps you implement guardrails in your LLM applications."
 
 
 
 
26
  )
27
 
28
  st.sidebar.markdown(
 
22
  st.title("πŸ§žβ€β™‚οΈ Guardrails Genie")
23
 
24
  st.write(
25
+ """
26
+ Guardrails-Genie is a tool that helps you implement guardrails in your LLM applications.
27
+
28
+ Learn more about Guardrails-Genie at [**geekyrakshit.dev/guardrails-genie**](https://geekyrakshit.dev/guardrails-genie/)
29
+ """
30
  )
31
 
32
  st.sidebar.markdown(