chansung commited on
Commit
d4325ff
1 Parent(s): 00249df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -605,7 +605,7 @@ function get_random_title() {
605
 
606
  return titles[(Math.floor(Math.random() * titles.length))];
607
  }
608
- """"
609
  )
610
 
611
 
 
605
 
606
  return titles[(Math.floor(Math.random() * titles.length))];
607
  }
608
+ """
609
  )
610
 
611