Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,6 +131,7 @@ head_html = """
|
|
| 131 |
.text-cyan-300 { color: #67e8f9 !important; }
|
| 132 |
.text-gray-300 { color: #d1d5db !important; }
|
| 133 |
.text-red-500 { color: #ef4444 !important; }
|
|
|
|
| 134 |
</style>
|
| 135 |
"""
|
| 136 |
|
|
|
|
| 131 |
.text-cyan-300 { color: #67e8f9 !important; }
|
| 132 |
.text-gray-300 { color: #d1d5db !important; }
|
| 133 |
.text-red-500 { color: #ef4444 !important; }
|
| 134 |
+
.mb-4 { margin-bottom: 1rem !important;}
|
| 135 |
</style>
|
| 136 |
"""
|
| 137 |
|