kn404 commited on
Commit
edaa800
·
1 Parent(s): 9d58bb7

slightly improve guide

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 on [Invariant Labs](https://explorer.invariantlabs.ai/settings) and log in.
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 around the world.
174
- Your job is to provide the system prompt that will guide the Santa Agent to deliver the presents correctly:\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
- * View your results in the Invariant Explorer by clicking the `Open results` button.
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
  )