Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def transcribe_file(audio_upload, language):
|
|
81 |
|
82 |
css_content = """
|
83 |
#intro-text {
|
84 |
-
font-size: 1.
|
85 |
line-height: 1.6;
|
86 |
text-align: center;
|
87 |
color: #333;
|
|
|
81 |
|
82 |
css_content = """
|
83 |
#intro-text {
|
84 |
+
font-size: 1.6rem;
|
85 |
line-height: 1.6;
|
86 |
text-align: center;
|
87 |
color: #333;
|