Spaces:
Runtime error
Runtime error
justheuristic
commited on
Commit
·
04790ed
1
Parent(s):
444e319
chart after restart
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ st.markdown("""<style>
|
|
14 |
}
|
15 |
</style>""", unsafe_allow_html=True)
|
16 |
source = get_main_metrics()
|
17 |
-
source = source[source["wall time"].astype(int) >=
|
18 |
st.vega_lite_chart(
|
19 |
source, {
|
20 |
"height": 200,
|
|
|
14 |
}
|
15 |
</style>""", unsafe_allow_html=True)
|
16 |
source = get_main_metrics()
|
17 |
+
source = source[source["wall time"].astype(int) >= 1638958911000000000]
|
18 |
st.vega_lite_chart(
|
19 |
source, {
|
20 |
"height": 200,
|