Skip to content

Commit

Permalink
[Doc]update run visualize screenshot (#1324)
Browse files Browse the repository at this point in the history
# Description

Please add an informative description that covers that changes made by
the pull request and link all relevant issues.


![image](https://github.com/microsoft/promptflow/assets/7776147/971c4401-6c81-4382-a327-5c3d31fad183)


# All Promptflow Contribution checklist:
- [ ] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
  • Loading branch information
D-W- authored Nov 30, 2023
1 parent e727921 commit 08a70f2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-guides/run-and-evaluate-a-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pf run visualize -n "my_first_run,my_first_eval_run"

A web browser will be opened to show the visualization result.

![q_0](../../media/how-to-guides/visualize_run.png)
![q_0](../../media/how-to-guides/run_visualize.png)

:::

Expand Down Expand Up @@ -212,7 +212,7 @@ pf.visualize([base_run, eval_run])

A web browser will be opened to show the visualization result.

![q_0](../../media/how-to-guides/visualize_run.png)
![q_0](../../media/how-to-guides/run_visualize.png)

:::

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/media/how-to-guides/run_visualize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/media/how-to-guides/visualize_run.png
Binary file not shown.

0 comments on commit 08a70f2

Please sign in to comment.