davanstrien HF staff commited on
Commit
c0ca369
1 Parent(s): 7d43c64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ V2 of a British Library Books genre detection model. The interpretation interfac
32
 
33
  article = """
34
 
35
- # British Library Books genre detection demo
36
  This demo allows you to play with a 'genre' detection model which has been trained to predict, from the title of a book, whether it is 'fiction' or 'non-fiction'.
37
 
38
 
 
32
 
33
  article = """
34
 
35
+ <h1> British Library Books genre detection demo </h1>
36
  This demo allows you to play with a 'genre' detection model which has been trained to predict, from the title of a book, whether it is 'fiction' or 'non-fiction'.
37
 
38