mgreg555 commited on
Commit
ccd64f2
·
verified ·
1 Parent(s): c43d67f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ from huggingface_hub import HfFileSystem
92
  fs = HfFileSystem(token=os.environ.get('DATASET_ACCES'))
93
 
94
  def write_to_file(file_name,content):
95
- file_path = f"datasets/mgreg555/samu_reference_book/" + file_name
96
  with fs.open(file_path, "r") as file_old:
97
  content_old = file_old.read()
98
  print(content_old)
 
92
  fs = HfFileSystem(token=os.environ.get('DATASET_ACCES'))
93
 
94
  def write_to_file(file_name,content):
95
+ file_path = f"datasets/mgreg555/Little_Prince/" + file_name
96
  with fs.open(file_path, "r") as file_old:
97
  content_old = file_old.read()
98
  print(content_old)