Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,28 +117,28 @@ css = """
|
|
| 117 |
.gradio-container {
|
| 118 |
font-family: Arial, sans-serif;
|
| 119 |
}
|
| 120 |
-
button
|
| 121 |
background-color: #8D4585 !important;
|
| 122 |
-
color:
|
| 123 |
border: none !important;
|
| 124 |
}
|
| 125 |
-
button
|
| 126 |
background-color: #8D4585 !important;
|
| 127 |
}
|
| 128 |
#title-header {
|
| 129 |
background-color: #8D4585;
|
| 130 |
-
color:
|
| 131 |
padding: 20px;
|
| 132 |
border-radius: 8px;
|
| 133 |
text-align: center;
|
| 134 |
margin-bottom: 20px;
|
| 135 |
}
|
| 136 |
#title-header h1 {
|
| 137 |
-
color:
|
| 138 |
margin: 0;
|
| 139 |
}
|
| 140 |
#title-header p {
|
| 141 |
-
color:
|
| 142 |
margin: 5px 0 0 0;
|
| 143 |
}
|
| 144 |
"""
|
|
|
|
| 117 |
.gradio-container {
|
| 118 |
font-family: Arial, sans-serif;
|
| 119 |
}
|
| 120 |
+
button{
|
| 121 |
background-color: #8D4585 !important;
|
| 122 |
+
color: white !important;
|
| 123 |
border: none !important;
|
| 124 |
}
|
| 125 |
+
button:hover {
|
| 126 |
background-color: #8D4585 !important;
|
| 127 |
}
|
| 128 |
#title-header {
|
| 129 |
background-color: #8D4585;
|
| 130 |
+
color: white;
|
| 131 |
padding: 20px;
|
| 132 |
border-radius: 8px;
|
| 133 |
text-align: center;
|
| 134 |
margin-bottom: 20px;
|
| 135 |
}
|
| 136 |
#title-header h1 {
|
| 137 |
+
color: white;
|
| 138 |
margin: 0;
|
| 139 |
}
|
| 140 |
#title-header p {
|
| 141 |
+
color: white;
|
| 142 |
margin: 5px 0 0 0;
|
| 143 |
}
|
| 144 |
"""
|