Upload folder using huggingface_hub
Browse files
6.3.1/chatbot/shared/MessageContent.svelte
CHANGED
|
@@ -38,7 +38,7 @@
|
|
| 38 |
{sanitize_html}
|
| 39 |
{render_markdown}
|
| 40 |
{line_breaks}
|
| 41 |
-
|
| 42 |
{allow_tags}
|
| 43 |
{theme_mode}
|
| 44 |
/>
|
|
|
|
| 38 |
{sanitize_html}
|
| 39 |
{render_markdown}
|
| 40 |
{line_breaks}
|
| 41 |
+
onload={scroll}
|
| 42 |
{allow_tags}
|
| 43 |
{theme_mode}
|
| 44 |
/>
|