Spaces:
Runtime error
Runtime error
Try token again to login but using a different token
Browse files
Home.py
CHANGED
@@ -410,7 +410,7 @@ def feedback():
|
|
410 |
from huggingface_hub import login
|
411 |
import datasets
|
412 |
|
413 |
-
login()
|
414 |
|
415 |
st.subheader('Leave comments below')
|
416 |
|
|
|
410 |
from huggingface_hub import login
|
411 |
import datasets
|
412 |
|
413 |
+
login(token=st.secrets.hug_key)
|
414 |
|
415 |
st.subheader('Leave comments below')
|
416 |
|