Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ conversations = []
|
|
37 |
|
38 |
# Hugging Face authentication
|
39 |
# Uncomment this line to login with your token
|
40 |
-
|
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():
|