twdruhot commited on
Commit
d478731
·
1 Parent(s): 86b8287

Try token again to login but using a different token

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
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