Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1238,7 +1238,7 @@ with gr.Blocks(
|
|
| 1238 |
h1 {text-align: center; color: white !important;}
|
| 1239 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
| 1240 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
| 1241 |
-
#form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;
|
| 1242 |
#download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
|
| 1243 |
#slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
|
| 1244 |
.gradio-container { background: linear-gradient(135deg, #2a2a2a, #6a6a6a); box-shadow: 0 0 2rem rgba(255, 255, 255, 0.14);padding-top: 30px;}
|
|
|
|
| 1238 |
h1 {text-align: center; color: white !important;}
|
| 1239 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
| 1240 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
| 1241 |
+
#form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; color: #000; background-color: white;}
|
| 1242 |
#download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
|
| 1243 |
#slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
|
| 1244 |
.gradio-container { background: linear-gradient(135deg, #2a2a2a, #6a6a6a); box-shadow: 0 0 2rem rgba(255, 255, 255, 0.14);padding-top: 30px;}
|