loubnabnl HF Staff commited on
Commit
cc00706
·
1 Parent(s): 49e9afa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def show_extra_info(e):
26
  else:
27
  data_text = ""
28
 
29
- text = f"The title of the notebook is: **'{kv["Title"]}'** and it has **{kv["TotalVotes"]} upvotes**.\n{data_text}"
30
  return text
31
 
32
  samples = load_data()
 
26
  else:
27
  data_text = ""
28
 
29
+ text = f"The title of the notebook is: **'{kv['Title']}'** and it has **{kv['TotalVotes']} upvotes**.\n{data_text}"
30
  return text
31
 
32
  samples = load_data()