import streamlit as st st.title("PyThaiTTS Demo") st.markdown(""" # PyThaiTTS Demo 🎈 Welcome to PyThaiTTS Demo. This website will give you a example text-to-speech from PyThaiTTS. See more at [https://github.com/PyThaiNLP/PyThaiTTS](https://github.com/PyThaiNLP/PyThaiTTS) and KhanomTan TTS at [https://github.com/wannaphong/KhanomTan-TTS-v1.0](https://github.com/wannaphong/KhanomTan-TTS-v1.0). """ )