Remove doc bot (#2399)

This commit is contained in:
Eren Gölge 2023-03-13 12:42:01 +01:00 committed by GitHub
parent 624513018d
commit 4ca07514d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,23 +1,4 @@
{% extends "!page.html" %}
{% block scripts %}
{{ super() }}
<!-- DocsQA integration start -->
<script src="https://cdn.jsdelivr.net/npm/qabot@0.4"></script>
<qa-bot
token="qAFjWNovwHUXKKkVhy4AN6tawSwCMfdb3HJNPLVM23ACdrBGxmBNObM="
title="🐸💬TTS Bot"
description="A library for advanced Text-to-Speech generation"
style="bottom: calc(1.25em + 80px);"
>
<template>
<dl>
<dt>You can ask questions about TTS. Try</dt>
<dd>What is VITS?</dd>
<dd>How to train a TTS model?</dd>
<dd>What is the format of training data?</dd>
</dl>
</template>
</qa-bot>
<!-- DocsQA integration end -->
{% endblock %}