Spaces:
Runtime error
Runtime error
Miro Goettler
commited on
Commit
·
7419fa8
1
Parent(s):
1829929
Rename the HuggingFace space
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🕵️
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Secret Agent Guardrail Challenge
|
| 3 |
emoji: 🕵️
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
app.py
CHANGED
|
@@ -17,13 +17,13 @@ info_color = "rgba(54, 225, 28, 0.1)"
|
|
| 17 |
|
| 18 |
# init page
|
| 19 |
st.set_page_config(
|
| 20 |
-
page_title="Secret
|
| 21 |
layout="wide",
|
| 22 |
initial_sidebar_state="expanded",
|
| 23 |
)
|
| 24 |
|
| 25 |
st.logo("images/ML6_logo.png")
|
| 26 |
-
st.title("🕵️ Secret
|
| 27 |
st.info(
|
| 28 |
"You are a secret agent meeting your informant in a bar. Convince him to give you his secret! But be prepared, with every new level the informant will be more cautious.",
|
| 29 |
icon="📖",
|
|
|
|
| 17 |
|
| 18 |
# init page
|
| 19 |
st.set_page_config(
|
| 20 |
+
page_title="Secret Agent Guardrail Challenge",
|
| 21 |
layout="wide",
|
| 22 |
initial_sidebar_state="expanded",
|
| 23 |
)
|
| 24 |
|
| 25 |
st.logo("images/ML6_logo.png")
|
| 26 |
+
st.title("🕵️ Secret Agent Guardrail Challenge")
|
| 27 |
st.info(
|
| 28 |
"You are a secret agent meeting your informant in a bar. Convince him to give you his secret! But be prepared, with every new level the informant will be more cautious.",
|
| 29 |
icon="📖",
|