Fix name in syntax playground
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { Template } from '@huggingface/jinja';
|
||||
import TextAreaInput from "../UI/GUI/TextAreaInput.svelte";
|
||||
import { risuChatParser } from 'src/ts/parser';
|
||||
import { language } from 'src/lang';
|
||||
let input = "";
|
||||
let output = "";
|
||||
const onInput = async () => {
|
||||
@@ -15,7 +16,7 @@
|
||||
}
|
||||
</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user