Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,14 +80,14 @@ def transcribe_file(audio_upload, language):
|
|
80 |
|
81 |
|
82 |
css_content = """
|
83 |
-
|
84 |
font-size: 1.1rem;
|
85 |
line-height: 1.6;
|
86 |
text-align: center;
|
87 |
color: #333;
|
88 |
}
|
89 |
|
90 |
-
|
91 |
background-color: #4CAF50; /* green */
|
92 |
color: white;
|
93 |
padding: 10px 20px;
|
@@ -100,7 +100,7 @@ css_content = """
|
|
100 |
transition: background-color 0.3s ease;
|
101 |
}
|
102 |
|
103 |
-
|
104 |
background-color: #388E3C;
|
105 |
}
|
106 |
.intro-message {
|
|
|
80 |
|
81 |
|
82 |
css_content = """
|
83 |
+
#intro-text {
|
84 |
font-size: 1.1rem;
|
85 |
line-height: 1.6;
|
86 |
text-align: center;
|
87 |
color: #333;
|
88 |
}
|
89 |
|
90 |
+
#ok-button {
|
91 |
background-color: #4CAF50; /* green */
|
92 |
color: white;
|
93 |
padding: 10px 20px;
|
|
|
100 |
transition: background-color 0.3s ease;
|
101 |
}
|
102 |
|
103 |
+
#ok-button:hover {
|
104 |
background-color: #388E3C;
|
105 |
}
|
106 |
.intro-message {
|