Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,6 +78,9 @@ label[for="video_url"] {
|
|
78 |
label[for="description"] {
|
79 |
color: #eb5726 !important;
|
80 |
}
|
|
|
|
|
|
|
81 |
.centered-markdown {
|
82 |
text-align: center;
|
83 |
}
|
|
|
78 |
label[for="description"] {
|
79 |
color: #eb5726 !important;
|
80 |
}
|
81 |
+
h3{
|
82 |
+
color: #eb5726
|
83 |
+
}
|
84 |
.centered-markdown {
|
85 |
text-align: center;
|
86 |
}
|