chansung commited on
Commit
15c9d8a
β€’
1 Parent(s): 1be7f01
Files changed (1) hide show
  1. init.py +1 -1
init.py CHANGED
@@ -97,7 +97,7 @@ def initialize_repos(
97
  print(f"{request_data_repo_id} repository already exists")
98
  else:
99
  df = pd.DataFrame(data={"Requested arXiv IDs": [["top"]]})
100
- ds = Dataset.from_df(df)
101
  ds.push_to_hub(request_data_repo_id, token=hf_token)
102
 
103
  def get_secrets():
 
97
  print(f"{request_data_repo_id} repository already exists")
98
  else:
99
  df = pd.DataFrame(data={"Requested arXiv IDs": [["top"]]})
100
+ ds = Dataset.from_pandas(df)
101
  ds.push_to_hub(request_data_repo_id, token=hf_token)
102
 
103
  def get_secrets():