ANASAKHTAR commited on
Commit
a66ab57
·
verified ·
1 Parent(s): 984b822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -153,6 +153,16 @@ input:focus, textarea:focus, select:focus {
153
  font-size: 14px; /* Smaller size for the upload button */
154
  padding: 8px 16px; /* Reduced padding for a smaller button */
155
  }
 
 
 
 
 
 
 
 
 
 
156
  """) as demo:
157
  with gr.Row():
158
  gr.Markdown(
 
153
  font-size: 14px; /* Smaller size for the upload button */
154
  padding: 8px 16px; /* Reduced padding for a smaller button */
155
  }
156
+ .tabs .tab-title {
157
+ color: #333333;
158
+ font-weight: bold;
159
+ }
160
+ .tab-content {
161
+ background-color: #ffffff; /* White background for the audio translation tab */
162
+ padding: 20px;
163
+ border-radius: 10px;
164
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
165
+ }
166
  """) as demo:
167
  with gr.Row():
168
  gr.Markdown(