mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +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;
|
|
} |