broadfield commited on
Commit
3827748
·
verified ·
1 Parent(s): be1315e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def build_space(repo_name,file_name,file_content,access_token=""):
119
  print(space_info)
120
  space_id = space_info["name"]
121
  print(f"Created Space with ID: {space_id}")
122
- local_file_path=str(uuid.uuid4()
123
  with open(local_file_path, 'w') as f:
124
  f.write(str(file_content))
125
  f.close()
 
119
  print(space_info)
120
  space_id = space_info["name"]
121
  print(f"Created Space with ID: {space_id}")
122
+ local_file_path=str(uuid.uuid4())
123
  with open(local_file_path, 'w') as f:
124
  f.write(str(file_content))
125
  f.close()