Andy Lau commited on
Commit
4994bfb
·
1 Parent(s): 9095f19

final production

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ st.markdown("# Sentiment Analysis: Email Industry")
71
  stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
72
 
73
  with stats_col1:
74
- st.metric(label="Production", value="Production")
75
  with stats_col2:
76
  st.metric(label="Accuracy", value="85%")
77
 
 
71
  stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
72
 
73
  with stats_col1:
74
+ st.metric(label="Verified", value="Production")
75
  with stats_col2:
76
  st.metric(label="Accuracy", value="85%")
77