Spaces:
Sleeping
Sleeping
Commit
•
3a31181
1
Parent(s):
be2efa5
"Total models" => "Total public models" (#6)
Browse files- "Total models" => "Total public models" (fa6887ee09833ba444911166cf72ef9ae1c1a3ec)
Co-authored-by: Pierric Cistac <[email protected]>
models.py
CHANGED
@@ -45,7 +45,7 @@ def main():
|
|
45 |
|
46 |
col1, col2 = st.columns(2)
|
47 |
with col1:
|
48 |
-
st.metric(label="Total models", value=total_samples, delta=total_samples-total_samples_old)
|
49 |
|
50 |
with col2:
|
51 |
st.metric(label="Rate of change", value=curr_change, delta=delta)
|
|
|
45 |
|
46 |
col1, col2 = st.columns(2)
|
47 |
with col1:
|
48 |
+
st.metric(label="Total public models", value=total_samples, delta=total_samples-total_samples_old)
|
49 |
|
50 |
with col2:
|
51 |
st.metric(label="Rate of change", value=curr_change, delta=delta)
|