fix wrong formattings
This commit is contained in:
parent
1bc9ca6a9c
commit
09e3b50f62
8 changed files with 95 additions and 95 deletions
|
@ -354,7 +354,7 @@
|
|||
</div>
|
||||
|
||||
<div class="right">
|
||||
<button class="button-back" onclick=${reset}>Back</button>
|
||||
<button class="button-back" onclick=${reset}>Back</button>
|
||||
<button onclick=${uploadImage}>Upload Image</button>
|
||||
<button onclick=${stop} disabled=${!generating.value}>Stop</button>
|
||||
<button type="submit" disabled=${generating.value}>Submit</button>
|
||||
|
@ -372,7 +372,7 @@
|
|||
<div>
|
||||
<button onclick=${submit} type="button" disabled=${generating.value}>Start</button>
|
||||
<button onclick=${stop} disabled=${!generating.value}>Stop</button>
|
||||
<button onclick=${reset}>Back</button>
|
||||
<button onclick=${reset}>Back</button>
|
||||
</div>`;
|
||||
}
|
||||
|
||||
|
@ -746,7 +746,7 @@ async function updateSystemLanguage(event) {
|
|||
<details>
|
||||
<summary><span class="summary-title" id="id_grammar-title" id_grammar-title>Grammar</span></summary>
|
||||
${GrammarControl()}
|
||||
</details>
|
||||
</details>
|
||||
</fieldset>
|
||||
`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue