Spaces:
Runtime error
Runtime error
Commit
Β·
541203f
1
Parent(s):
64300e0
update: intro page
Browse files
application_pages/intro_page.py
CHANGED
|
@@ -22,7 +22,11 @@ initialize_session_state()
|
|
| 22 |
st.title("π§ββοΈ Guardrails Genie")
|
| 23 |
|
| 24 |
st.write(
|
| 25 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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(
|