From 4e3e05ee092a6bb5352c06b864e6d6754fa5b3b2 Mon Sep 17 00:00:00 2001 From: "niklas.finken" Date: Mon, 5 Feb 2024 15:16:20 +0100 Subject: [PATCH] include username and password in argilla nb --- src/examples/human_evaluation.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/examples/human_evaluation.ipynb b/src/examples/human_evaluation.ipynb index ac8576222..5ce7da186 100644 --- a/src/examples/human_evaluation.ipynb +++ b/src/examples/human_evaluation.ipynb @@ -27,6 +27,15 @@ "from the intelligence layer base directory." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Once you go to `localhost:6900` and you are prompted to enter a username and password, use:\n", + "- username: `argilla`\n", + "- password: `1234`" + ] + }, { "cell_type": "code", "execution_count": null,