Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -281,3 +281,6 @@ def fig2img(fig):
|
|
| 281 |
return img
|
| 282 |
|
| 283 |
chart_generator = GenerateChart(sample_data.get("gpus", {}), bubble_spacing=0.1, n_bins=5)
|
|
|
|
|
|
|
|
|
|
|
|
| 281 |
return img
|
| 282 |
|
| 283 |
chart_generator = GenerateChart(sample_data.get("gpus", {}), bubble_spacing=0.1, n_bins=5)
|
| 284 |
+
|
| 285 |
+
|
| 286 |
+
st.json(sample_data['chain'])
|