Tristan Thrush commited on
Commit
22ce1d0
1 Parent(s): b89b38d

added dummy data

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks() as demo:
289
  headers=["Song", "Album", "Artist"],
290
  datatype=["str", "str", "str"],
291
  label="Reccomended Songs",
292
- value=[["Fired Up", "Fired Up", "Randy Houser"], ["Something Just Like This", "Memories... Do Not Open", "The Chainsmokers"]] # TODO: replace with actual reccomendations once get_started() is implemeted.
293
  )
294
 
295
  demo.load(fn=heatmap_plot_fn, outputs = heatmap_plot)
 
289
  headers=["Song", "Album", "Artist"],
290
  datatype=["str", "str", "str"],
291
  label="Reccomended Songs",
292
+ value=[["Fired Up", "Fired Up", "Randy Houser"], ["Something Just Like This", "Memories...Do Not Open", "The Chainsmokers"]] # TODO: replace with actual reccomendations once get_started() is implemeted.
293
  )
294
 
295
  demo.load(fn=heatmap_plot_fn, outputs = heatmap_plot)