Spaces:
Runtime error
Runtime error
revert text color update
Browse files
app.py
CHANGED
|
@@ -193,19 +193,19 @@ def add_bg_from_url():
|
|
| 193 |
add_bg_from_url()
|
| 194 |
#linear-gradient(0deg,#010405 0,#061c2c 55%,#0a3144 75%,#0f4d60)
|
| 195 |
|
| 196 |
-
st.markdown("
|
| 197 |
|
| 198 |
|
| 199 |
stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1, 1, 1, 1])
|
| 200 |
|
| 201 |
with stats_col1:
|
| 202 |
-
st.caption("Production: Ready
|
| 203 |
with stats_col2:
|
| 204 |
-
st.caption("Accuracy: 85%
|
| 205 |
with stats_col3:
|
| 206 |
-
st.caption("Speed: 16.89 ms
|
| 207 |
with stats_col4:
|
| 208 |
-
st.caption("Industry: Email
|
| 209 |
|
| 210 |
|
| 211 |
with st.sidebar:
|
|
|
|
| 193 |
add_bg_from_url()
|
| 194 |
#linear-gradient(0deg,#010405 0,#061c2c 55%,#0a3144 75%,#0f4d60)
|
| 195 |
|
| 196 |
+
st.markdown("# Character Count: Email Industry")
|
| 197 |
|
| 198 |
|
| 199 |
stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1, 1, 1, 1])
|
| 200 |
|
| 201 |
with stats_col1:
|
| 202 |
+
st.caption(":#ffff[Production: Ready]")
|
| 203 |
with stats_col2:
|
| 204 |
+
st.caption(":violet[Accuracy: 85%]")
|
| 205 |
with stats_col3:
|
| 206 |
+
st.caption(":violet[Speed: 16.89 ms]")
|
| 207 |
with stats_col4:
|
| 208 |
+
st.caption(":violet[Industry: Email]")
|
| 209 |
|
| 210 |
|
| 211 |
with st.sidebar:
|