slightly improve guide
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(
|
|
159 |
with gr.Accordion("API Key", open=False):
|
160 |
gr.Markdown("""
|
161 |
## Get an API Key
|
162 |
-
* Create an account
|
163 |
* Click on `Get API Key` to get your Invariant API key.
|
164 |
* Paste the API key in the text box above.
|
165 |
"""
|
@@ -170,12 +170,12 @@ with gr.Blocks(
|
|
170 |
with gr.Accordion("Task Description", open=False):
|
171 |
gr.Markdown("""
|
172 |
## Prompt the Santa Agent
|
173 |
-
The Invariant Santa Agent is tasked with delivering presents to children
|
174 |
-
Your job is to provide the system prompt that will guide the Santa Agent to
|
175 |
* Change the `System Prompt` to modify the behavior of the Santa Agent.
|
176 |
* Click `Submit` to test the Santa Agent with the new system prompt.
|
177 |
* Find a system prompt that passes all the tests.
|
178 |
-
*
|
179 |
* Click `Reset` to start over.
|
180 |
"""
|
181 |
)
|
|
|
159 |
with gr.Accordion("API Key", open=False):
|
160 |
gr.Markdown("""
|
161 |
## Get an API Key
|
162 |
+
* [Create an account here](https://explorer.invariantlabs.ai/settings) by clicking 'Sign In', and then the GitHub icon.
|
163 |
* Click on `Get API Key` to get your Invariant API key.
|
164 |
* Paste the API key in the text box above.
|
165 |
"""
|
|
|
170 |
with gr.Accordion("Task Description", open=False):
|
171 |
gr.Markdown("""
|
172 |
## Prompt the Santa Agent
|
173 |
+
The Invariant Santa Agent is tasked with delivering presents to children and performing various Santa tasks.
|
174 |
+
Your job is to provide the system prompt that will guide the Santa Agent to complete its tasks:\n
|
175 |
* Change the `System Prompt` to modify the behavior of the Santa Agent.
|
176 |
* Click `Submit` to test the Santa Agent with the new system prompt.
|
177 |
* Find a system prompt that passes all the tests.
|
178 |
+
* When the tests are done running, view your results in the Invariant Explorer by clicking `Open results`.
|
179 |
* Click `Reset` to start over.
|
180 |
"""
|
181 |
)
|