Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
118 |
-
<style>
|
119 |
.status-true {
|
120 |
color: green;
|
121 |
}
|
122 |
-
|
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 |
|