loubnabnl HF Staff commited on
Commit
07f32ab
·
1 Parent(s): 44421ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def show_extra_info(e):
28
  else:
29
  data_text = ""
30
 
31
- text = f"The title of the notebook is: '{nb_title}' and it has {nb_votes} upvotes. {data_text}"
32
  return text
33
 
34
  samples = load_data()
 
28
  else:
29
  data_text = ""
30
 
31
+ text = f"The title of the notebook is: **'{nb_title}'** and it has **{nb_votes} upvotes**. {data_text}"
32
  return text
33
 
34
  samples = load_data()