Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1242,7 +1242,7 @@ with gr.Blocks(
|
|
1242 |
h2 {text-align: center}
|
1243 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
1244 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
1245 |
-
#form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;
|
1246 |
#download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
|
1247 |
#slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
|
1248 |
button {transition: background-color 0.3s;}
|
|
|
1242 |
h2 {text-align: center}
|
1243 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
1244 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
1245 |
+
#form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; color: #000; background-color: white;}
|
1246 |
#download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
|
1247 |
#slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
|
1248 |
button {transition: background-color 0.3s;}
|