Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -93,17 +93,18 @@ custom_css = """
|
|
93 |
font-weight: 600 !important;
|
94 |
text-align: center !important;
|
95 |
margin: 20px 0 10px 0 !important;
|
|
|
96 |
}
|
97 |
-
|
98 |
/* Description text */
|
99 |
.description {
|
100 |
-
|
101 |
text-align: center !important;
|
102 |
max-width: 800px !important;
|
103 |
margin: 0 auto 30px auto !important;
|
104 |
font-size: 0.9em !important;
|
105 |
line-height: 1.6 !important;
|
106 |
}
|
|
|
107 |
.container-wrap {
|
108 |
display: flex !important;
|
109 |
gap: 5px !important;
|
|
|
93 |
font-weight: 600 !important;
|
94 |
text-align: center !important;
|
95 |
margin: 20px 0 10px 0 !important;
|
96 |
+
width: 100% !important;
|
97 |
}
|
|
|
98 |
/* Description text */
|
99 |
.description {
|
100 |
+
color: rgba(76, 175, 147, 0.7) !important;
|
101 |
text-align: center !important;
|
102 |
max-width: 800px !important;
|
103 |
margin: 0 auto 30px auto !important;
|
104 |
font-size: 0.9em !important;
|
105 |
line-height: 1.6 !important;
|
106 |
}
|
107 |
+
|
108 |
.container-wrap {
|
109 |
display: flex !important;
|
110 |
gap: 5px !important;
|