diff --git a/README.md b/README.md index 0b8b65a0bf..5b69fd7feb 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ After installing `arize-phoenix` in your Jupyter or Colab environment, open your ```python import phoenix as px -datasets= px.load_datasets("sentiment_classification_language_drift") -session = px.launch_app(datasets.primary, reference_dataset) +datasets = px.load_datasets("sentiment_classification_language_drift") +session = px.launch_app(datasets.primary, datasets.reference) session.view() ```