mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
5 lines
247 B
CSS
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;
|
||
|
}
|