Files
speech-to-text/lib/frontend.py

3 lines
92 B
Python

from pathlib import Path
INDEX_HTML = (Path(__file__).parent / "frontend.html").read_text()