Update app.py
Browse files
app.py
CHANGED
@@ -494,6 +494,18 @@ custom_css = """
|
|
494 |
font-size: 1.2em !important;
|
495 |
margin-bottom: 30px !important;
|
496 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
497 |
|
498 |
.output-markdown {
|
499 |
height: 250px;
|
|
|
494 |
font-size: 1.2em !important;
|
495 |
margin-bottom: 30px !important;
|
496 |
}
|
497 |
+
.tools {
|
498 |
+
text-align: center !important;
|
499 |
+
color: #6c757d !important;
|
500 |
+
font-size: 1.2em !important;
|
501 |
+
margin-bottom: 30px !important;
|
502 |
+
}
|
503 |
+
.recharge {
|
504 |
+
text-align: center !important;
|
505 |
+
color: #2d3436 !important;
|
506 |
+
font-size: 1.2em !important;
|
507 |
+
margin-bottom: 30px !important;
|
508 |
+
}
|
509 |
|
510 |
.output-markdown {
|
511 |
height: 250px;
|