Spaces:
Runtime error
Runtime error
Andy Lau
commited on
Commit
·
4994bfb
1
Parent(s):
9095f19
final production
Browse files
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="
|
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 |
|