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

Last login try

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(token=st.secrets.hug_key)
414
 
415
  st.subheader('Leave comments below')
416
 
 
410
  from huggingface_hub import login
411
  import datasets
412
 
413
+ login()
414
 
415
  st.subheader('Leave comments below')
416