Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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."
|