Skip to content

Commit

Permalink
Naming the example method “tensorboard_vis” is misleading here becaus…
Browse files Browse the repository at this point in the history
…e this example is related to webapp visualization and not tensorboard visualization (present in the section above).
  • Loading branch information
milosjava committed May 24, 2024
1 parent 03f9f79 commit f0e3575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ Specify `'storage': 'inline'` to embed raw html in `source` field directly.
**Example:**

```Python
def tensorboard_vis(mlpipeline_ui_metadata_path: kfp.components.OutputPath()):
def webapp_vis(mlpipeline_ui_metadata_path: kfp.components.OutputPath()):
import json

static_html_path = os.path.join(output_dir, _OUTPUT_HTML_FILE)
Expand Down

0 comments on commit f0e3575

Please sign in to comment.