Spaces:
Runtime error
Runtime error
Commit
·
64b265c
1
Parent(s):
689258d
Update app.py
Browse files
app.py
CHANGED
@@ -39,13 +39,7 @@ st.markdown(
|
|
39 |
color: initial !important; /* Reset the text color for the 'Generate Caption' button */
|
40 |
}
|
41 |
.stMarkdown h1, .stMarkdown h2 {
|
42 |
-
color:
|
43 |
-
padding: 10px;
|
44 |
-
background-color: rgba(255, 255, 255, 0.1);
|
45 |
-
border-radius: 10px;
|
46 |
-
backdrop-filter: blur(5px);
|
47 |
-
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
|
48 |
-
border: 1px solid rgba(255, 255, 255, 0.3);
|
49 |
}
|
50 |
</style>
|
51 |
""",
|
|
|
39 |
color: initial !important; /* Reset the text color for the 'Generate Caption' button */
|
40 |
}
|
41 |
.stMarkdown h1, .stMarkdown h2 {
|
42 |
+
color: red !important; /* Set the text color of h1 and h2 elements to red */
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
}
|
44 |
</style>
|
45 |
""",
|