imorcillo commited on
Commit
c584b86
·
verified ·
1 Parent(s): 5a68f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -80,14 +80,14 @@ def transcribe_file(audio_upload, language):
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,7 +100,7 @@ css_content = """
100
  transition: background-color 0.3s ease;
101
  }
102
 
103
- .ok-button:hover {
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 {