tykimos commited on
Commit
0ae8cc8
1 Parent(s): 0963a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import bar_chart_race as bcr
4
  import base64
5
 
6
  df = bcr.load_dataset("covid19_tutorial")
7
- html_str = bcr.bar_chart_race(df=df).data
8
 
9
  start = html_str.find('base64,')+len('base64,')
10
  end = html_str.find('">')
 
4
  import base64
5
 
6
  df = bcr.load_dataset("covid19_tutorial")
7
+ html_str = bcr.bar_chart_race(df=df)
8
 
9
  start = html_str.find('base64,')+len('base64,')
10
  end = html_str.find('">')