Skip to content

Commit

Permalink
update info msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tzayats committed Dec 10, 2024
1 parent 8314feb commit 2946425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journeys/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def evaluation_mode_show() -> None:
evaluation_data_dialog()

st.write(
"Welcome!🧪 In the evaluation mode you can evaluate your semantic model against multiple golden queries where the expected SQL is known from **Evaluation Table** and compute accuracy metric. The results of the evaluation run will be stored in **Evaluation Results Table**."
"Welcome to evaluation mode 🧪! Here you can evaluate your semantic model against multiple golden queries where the expected SQL is known from the **Evaluation Table**. The accuracy metric will be computed, and the results of the evaluation run will be stored in the **Evaluation Results Table**."
)

# TODO: find a less awkward way of specifying this.
Expand Down

0 comments on commit 2946425

Please sign in to comment.