Spaces:
Running on Zero
Running on Zero
File size: 199 Bytes
88a619b | 1 2 3 4 5 6 7 8 9 | """CSS for SimpleTranslationUI. No video/audio player, so this is much
smaller than the original TranslationUI's styles.py."""
CSS = """
.tgt-box textarea {
transition: border-color 0.2s;
}
"""
|