Update app.py
Browse files
app.py
CHANGED
@@ -187,12 +187,15 @@ CSS="""
|
|
187 |
max-height: 512px;
|
188 |
}
|
189 |
|
|
|
|
|
190 |
.butt{
|
191 |
background-color:#38618c !important;
|
192 |
}
|
193 |
.butt:hover{
|
194 |
background-color:#468ad0 !important;
|
195 |
}
|
|
|
196 |
|
197 |
</style>
|
198 |
"""
|
|
|
187 |
max-height: 512px;
|
188 |
}
|
189 |
|
190 |
+
/*
|
191 |
+
|
192 |
.butt{
|
193 |
background-color:#38618c !important;
|
194 |
}
|
195 |
.butt:hover{
|
196 |
background-color:#468ad0 !important;
|
197 |
}
|
198 |
+
*/
|
199 |
|
200 |
</style>
|
201 |
"""
|