WwYc commited on
Commit
0ee82cf
Β·
verified Β·
1 Parent(s): 9268b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def generate_viz(text, target_class):
9
  text_batch=[]
10
  text_batch.append(text)
11
  token_import, html_page = generate_visual(text_batch=text_batch, target_class=target_class)
12
- return token_importance, html1
13
 
14
  title = "Explain BERT πŸ˜„"
15
 
 
9
  text_batch=[]
10
  text_batch.append(text)
11
  token_import, html_page = generate_visual(text_batch=text_batch, target_class=target_class)
12
+ return token_import, html_page
13
 
14
  title = "Explain BERT πŸ˜„"
15