Spaces:
Runtime error
Runtime error
Duy-Anh Dang
commited on
Commit
·
4d4bb80
1
Parent(s):
59830fe
update model speed
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ st.markdown("# Character Count: Email Industry")
|
|
198 |
stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1, 1, 1, 1])
|
199 |
|
200 |
with stats_col1:
|
201 |
-
st.caption("
|
202 |
with stats_col2:
|
203 |
st.caption("Accuracy: 85%")
|
204 |
with stats_col3:
|
|
|
198 |
stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1, 1, 1, 1])
|
199 |
|
200 |
with stats_col1:
|
201 |
+
st.caption("Production: Ready")
|
202 |
with stats_col2:
|
203 |
st.caption("Accuracy: 85%")
|
204 |
with stats_col3:
|