WillHeld commited on
Commit
7b87a36
·
verified ·
1 Parent(s): 6a10fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ conversations = []
37
 
38
  # Hugging Face authentication
39
  # Uncomment this line to login with your token
40
- # login(token=os.environ.get("HF_TOKEN"))
41
 
42
 
43
  def save_to_dataset():
 
37
 
38
  # Hugging Face authentication
39
  # Uncomment this line to login with your token
40
+ login(token=os.environ.get("HF_TOKEN"))
41
 
42
 
43
  def save_to_dataset():