ldhldh commited on
Commit
3923b36
·
1 Parent(s): 44f38b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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'])