Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -283,4 +283,4 @@ def fig2img(fig):
|
|
| 283 |
chart_generator = GenerateChart(sample_data.get("gpus", {}), bubble_spacing=0.1, n_bins=5)
|
| 284 |
|
| 285 |
|
| 286 |
-
st.
|
|
|
|
| 283 |
chart_generator = GenerateChart(sample_data.get("gpus", {}), bubble_spacing=0.1, n_bins=5)
|
| 284 |
|
| 285 |
|
| 286 |
+
st.table(pd.DataFrame(sample_data['chain']))
|