Zaherrr commited on
Commit
94ec9ca
·
verified ·
1 Parent(s): 2877d69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -15,6 +15,8 @@ print(f'This is the dataset: {dataset}')
15
 
16
  print(dataset.info)
17
 
 
 
18
  def reshape_json_data_to_fit_visualize_graph(graph_data):
19
  nodes = graph_data["nodes"]
20
  edges = graph_data["edges"]
 
15
 
16
  print(dataset.info)
17
 
18
+ print(f'This is an example: {dataset[-5]}')
19
+
20
  def reshape_json_data_to_fit_visualize_graph(graph_data):
21
  nodes = graph_data["nodes"]
22
  edges = graph_data["edges"]