Jofthomas commited on
Commit
9cde2c4
·
verified ·
1 Parent(s): 3e5c3a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ 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
- "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."
 
196
  with gr.Blocks() as demo:
197
  gr.Markdown("# Basic Agent Evaluation Runner")
198
  gr.Markdown(
199
+ "Please clone 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."