File size: 175 Bytes
a645df8
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import streamlit as st

st.title("πŸ§žβ€β™‚οΈ Guardrails Genie")

st.write(
    "Guardrails-Genie is a tool that helps you implement guardrails in your LLM applications."
)