gfathertech commited on
Commit
8c2ed25
·
verified ·
1 Parent(s): 2f4a3f7

Rename app py to app.py

Browse files
Files changed (1) hide show
  1. app py → app.py +1 -5
app py → app.py RENAMED
@@ -1,11 +1,7 @@
1
  from datasets import load_dataset
2
 
3
  def main():
4
- # Replace with your own Hugging Face username/repo name
5
- repo = "gfather/publications"
6
- data_file = "project_1.json"
7
-
8
- dataset = load_dataset(repo, data_files=data_file)
9
  print(dataset)
10
 
11
  if __name__ == "__main__":
 
1
  from datasets import load_dataset
2
 
3
  def main():
4
+ dataset = load_dataset("gfather/publications")
 
 
 
 
5
  print(dataset)
6
 
7
  if __name__ == "__main__":