Spaces:
Runtime error
Runtime error
revert text color update
Browse files
app.py
CHANGED
|
@@ -199,13 +199,13 @@ st.markdown("# Character Count: Email Industry")
|
|
| 199 |
stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1, 1, 1, 1])
|
| 200 |
|
| 201 |
with stats_col1:
|
| 202 |
-
st.caption("
|
| 203 |
with stats_col2:
|
| 204 |
-
st.caption("
|
| 205 |
with stats_col3:
|
| 206 |
-
st.caption("
|
| 207 |
with stats_col4:
|
| 208 |
-
st.caption("
|
| 209 |
|
| 210 |
|
| 211 |
with st.sidebar:
|
|
|
|
| 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:
|