CognitiveScience commited on
Commit
c877caa
·
1 Parent(s): 5abc9f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,7 +33,6 @@ from datasets import load_dataset
33
  DB_FILE = "./reviewsE.db"
34
 
35
  TOKEN = os.environ.get('HF_KEY')
36
- print (TOKEN[-1])
37
  #TOKENR=os.environ.get('RA_TOKEN')
38
  #print (TOKEN[-1])
39
  #TOKEN2 = HF_TOKEN
@@ -46,6 +45,8 @@ repo = huggingface_hub.Repository(
46
  )
47
  repo.git_pull()
48
 
 
 
49
 
50
 
51
  #login(token=TOKEN2)
 
33
  DB_FILE = "./reviewsE.db"
34
 
35
  TOKEN = os.environ.get('HF_KEY')
 
36
  #TOKENR=os.environ.get('RA_TOKEN')
37
  #print (TOKEN[-1])
38
  #TOKEN2 = HF_TOKEN
 
45
  )
46
  repo.git_pull()
47
 
48
+ print (TOKEN[-1])
49
+
50
 
51
 
52
  #login(token=TOKEN2)