Singularity666 commited on
Commit
21fd28f
·
1 Parent(s): 64b265c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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: red !important; /* Set the text color of h1 and h2 elements to red */
 
 
 
 
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
  """,