strauss-oak commited on
Commit
e11ab59
·
1 Parent(s): 7b0ac47

dev:strealit dashboard

Browse files
Files changed (1) hide show
  1. pages/News.py +4 -2
pages/News.py CHANGED
@@ -65,7 +65,9 @@ with c1:
65
 
66
  from huggingface_hub import login
67
 
68
- login()
69
-
70
  access_token = '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'
 
 
 
 
71
  dataset = load_dataset("strauss-oak/observatory-brazilian-news", token=True)
 
65
 
66
  from huggingface_hub import login
67
 
 
 
68
  access_token = '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'
69
+
70
+ login(access_token)
71
+
72
+
73
  dataset = load_dataset("strauss-oak/observatory-brazilian-news", token=True)