lrschuman17 commited on
Commit
d1df99f
·
verified ·
1 Parent(s): c52059f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -55,6 +55,14 @@ st.markdown(
55
  .stMarkdown h1, .stMarkdown h2, .stMarkdown h3 {
56
  color: #ffffff; /* Set headings color to white */
57
  text-shadow: 2px 2px #000000; /* Add shadow for better visibility */
 
 
 
 
 
 
 
 
58
  }
59
  .block-container {
60
  border-radius: 10px;
 
55
  .stMarkdown h1, .stMarkdown h2, .stMarkdown h3 {
56
  color: #ffffff; /* Set headings color to white */
57
  text-shadow: 2px 2px #000000; /* Add shadow for better visibility */
58
+ }
59
+ .stMetric {
60
+ color: white !important; /* Make metric text white */
61
+ background-color: transparent; /* Optional: make metric background transparent */
62
+ border: none; /* Remove any default borders */
63
+ padding: 5px; /* Add padding for better spacing */
64
+ font-size: 1.2em; /* Slightly increase font size */
65
+ text-align: center; /* Center-align the metric text */
66
  }
67
  .block-container {
68
  border-radius: 10px;