Fix name in syntax playground
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
import { Template } from '@huggingface/jinja';
|
import { Template } from '@huggingface/jinja';
|
||||||
import TextAreaInput from "../UI/GUI/TextAreaInput.svelte";
|
import TextAreaInput from "../UI/GUI/TextAreaInput.svelte";
|
||||||
import { risuChatParser } from 'src/ts/parser';
|
import { risuChatParser } from 'src/ts/parser';
|
||||||
|
import { language } from 'src/lang';
|
||||||
let input = "";
|
let input = "";
|
||||||
let output = "";
|
let output = "";
|
||||||
const onInput = async () => {
|
const onInput = async () => {
|
||||||
@@ -15,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h2 class="text-4xl text-textcolor my-6 font-black relative">Jinja</h2>
|
<h2 class="text-4xl text-textcolor my-6 font-black relative">{language.syntax}</h2>
|
||||||
|
|
||||||
<span class="text-textcolor text-lg">Input</span>
|
<span class="text-textcolor text-lg">Input</span>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user