gpt4all/gpt4all-bindings/python/docs/css/custom.css
2023-05-10 13:38:32 -04:00

5 lines
247 B
CSS

/* Remove the `In` and `Out` block in rendered Jupyter notebooks */
.md-container .jp-Cell-outputWrapper .jp-OutputPrompt.jp-OutputArea-prompt,
.md-container .jp-Cell-inputWrapper .jp-InputPrompt.jp-InputArea-prompt {
display: none !important;
}