Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,8 @@ col3.metric("Percent", f"{100 * used_gpu/total_gpu} %",)
|
|
| 107 |
chart_data = pd.DataFrame(timestamp_gpu_data, columns = name_list)
|
| 108 |
|
| 109 |
last_timestamp = sample_data['chain'][-1]['timestamp']
|
| 110 |
-
st.area_chart(chart_data
|
|
|
|
| 111 |
|
| 112 |
|
| 113 |
|
|
|
|
| 107 |
chart_data = pd.DataFrame(timestamp_gpu_data, columns = name_list)
|
| 108 |
|
| 109 |
last_timestamp = sample_data['chain'][-1]['timestamp']
|
| 110 |
+
st.area_chart(chart_data)
|
| 111 |
+
st.caption(f'last updated in timestamp {last_timestamp}.')
|
| 112 |
|
| 113 |
|
| 114 |
|