Herc commited on
Commit
ec40d27
·
verified ·
1 Parent(s): 96f5c11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -108,19 +108,20 @@ st.markdown("""
108
  border-radius: 20px;
109
  color: #4f8bf9;
110
  }
 
 
 
111
  .stDataFrame {
112
  font-size: 14px;
113
  }
114
  </style>
115
  """, unsafe_allow_html=True)
116
 
117
- st.markdown("""
118
- <style>
119
  .status-true {
120
  color: green;
121
  }
122
- </style>
123
- """, unsafe_allow_html=True)
124
 
125
 
126
 
 
108
  border-radius: 20px;
109
  color: #4f8bf9;
110
  }
111
+ .status-true {
112
+ color: green;
113
+ }
114
  .stDataFrame {
115
  font-size: 14px;
116
  }
117
  </style>
118
  """, unsafe_allow_html=True)
119
 
120
+
 
121
  .status-true {
122
  color: green;
123
  }
124
+
 
125
 
126
 
127