maurol commited on
Commit
50a4788
·
1 Parent(s): a227844

update app and remove config

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -3,8 +3,7 @@ from lyrics_translator import LyricsTranslator
3
  import os
4
 
5
 
6
- # config = {"GENIUS_ACCESS_TOKEN": st.secrets["GENIUS_ACCESS_TOKEN"]}
7
- config = None
8
 
9
 
10
  info = """
 
3
  import os
4
 
5
 
6
+ config = {"GENIUS_ACCESS_TOKEN": st.secrets["GENIUS_ACCESS_TOKEN"]}
 
7
 
8
 
9
  info = """