> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-feat-cli-docs-generator.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# I'm sorry, it seems like there is no text to translate. Please provide the content you want to be translated.

<Card title="View the source code" href="https://www.github.com/wandb/wandb/tree/637bddf198525810add5804059001b1b319d6ad1/wandb/sdk/data_types/html.py#L18-L107" icon="github" />

任意の HTML 用の Wandb クラス。

```python theme={null}
Html(
    data: Union[str, 'TextIO'],
    inject: bool = (True)
) -> None
```

| Args     | Description                                                         |
| :------- | :------------------------------------------------------------------ |
| `data`   | (string または io オブジェクト) wandb に表示する HTML                             |
| `inject` | (boolean) HTML オブジェクトにスタイルシートを追加します。False に設定すると、HTML は変更されずに通過します。 |

## メソッド

### `inject_head`

[ソースを表示](https://www.github.com/wandb/wandb/tree/637bddf198525810add5804059001b1b319d6ad1/wandb/sdk/data_types/html.py#L59-L74)

```python theme={null}
inject_head() -> None
```
