Spaces:
Runtime error
Runtime error
Commit
·
21fd28f
1
Parent(s):
64b265c
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,11 @@ st.markdown(
|
|
39 |
color: initial !important; /* Reset the text color for the 'Generate Caption' button */
|
40 |
}
|
41 |
.stMarkdown h1, .stMarkdown h2 {
|
42 |
-
color:
|
|
|
|
|
|
|
|
|
43 |
}
|
44 |
</style>
|
45 |
""",
|
|
|
39 |
color: initial !important; /* Reset the text color for the 'Generate Caption' button */
|
40 |
}
|
41 |
.stMarkdown h1, .stMarkdown h2 {
|
42 |
+
color: #ff6b81 !important; /* Set the text color of h1 and h2 elements to soft red-pink */
|
43 |
+
font-weight: bold; /* Set the font weight to bold */
|
44 |
+
border: 2px solid #ff6b81; /* Add a bold border around the headers */
|
45 |
+
padding: 10px; /* Add padding to the headers */
|
46 |
+
border-radius: 5px; /* Add border-radius to the headers */
|
47 |
}
|
48 |
</style>
|
49 |
""",
|