gpt4all/gpt4all-bindings/python/docs/css/custom.css

5 lines
247 B
CSS
Raw Normal View History

2023-05-10 17:38:32 +00:00
/* 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;
}