Skip to content

Commit 4733e29

Browse files
committed
disable dashboard
1 parent 51a28eb commit 4733e29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/graph_examples/graph_evaluation_example.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Create the TrulensEvaluator instance
2828
trulens_evaluator = TrulensEvaluator(openai_key)
2929
# Evaluate SmartScraperGraph on the list of inputs
30-
results_df = trulens_evaluator.evaluate(list_of_inputs, dashboard=True)
30+
results_df = trulens_evaluator.evaluate(list_of_inputs, dashboard=False)
3131

32-
# show the pandas dataframe
33-
print(results_df["app_json"].to_string())
32+
# Print the results
33+
print(results_df)

0 commit comments

Comments
 (0)