Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
·
1bd485a
1
Parent(s):
cb7eead
feat: rename label for better mobile compatibility
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ css = """
|
|
12 |
.speech-output-container {min-height: 60px;}
|
13 |
.speech-output-html {text-align: left; }
|
14 |
"""
|
15 |
-
word_idx_text = "
|
16 |
|
17 |
|
18 |
def get_textbox_hidden(text = None):
|
|
|
12 |
.speech-output-container {min-height: 60px;}
|
13 |
.speech-output-html {text-align: left; }
|
14 |
"""
|
15 |
+
word_idx_text = "Current word index"
|
16 |
|
17 |
|
18 |
def get_textbox_hidden(text = None):
|