cd14 commited on
Commit
8e10cad
1 Parent(s): 73739df

revert text color update

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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(":#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:
 
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: