Jofthomas commited on
Commit
45d779e
·
verified ·
1 Parent(s): 1ca9f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -196,7 +196,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
196
  with gr.Blocks() as demo:
197
  gr.Markdown("# Basic Agent Evaluation Runner")
198
  gr.Markdown(
199
- "Enter the API URL and your username, then click Run. "
 
200
  "This will fetch all questions, run the *very basic* agent on them, "
201
  "submit all answers at once, and display the results."
202
  )
 
196
  with gr.Blocks() as demo:
197
  gr.Markdown("# Basic Agent Evaluation Runner")
198
  gr.Markdown(
199
+ "Please cloen this space, then modify the code to what you deem relevant."
200
+ "Connect to your Hugging Face account using the log in button in the space to use your username, then click Run. "
201
  "This will fetch all questions, run the *very basic* agent on them, "
202
  "submit all answers at once, and display the results."
203
  )